clean up duplicate commands in OP_HELP_TEXT

This commit is contained in:
Chad Etzel 2014-12-13 21:00:43 -08:00
parent 356e89c241
commit b909710b59

View File

@ -26,15 +26,11 @@ const HELP_TEXT string = SYSTEM_MESSAGE_FORMAT + `-> Available commands:
` + RESET
const OP_HELP_TEXT string = SYSTEM_MESSAGE_FORMAT + `-> Available operator commands:
/ban $NAME - Banish a user from the chat
/kick $NAME - Kick em' out.
/op $NAME - Promote a user to server operator
/silence $NAME - Revoke a user's ability to speak
/ban $NAME - Banish a user from the chat
/kick $NAME - Kick em' out.
/op $NAME - Promote a user to server operator.
/silence $NAME - Revoke a user's ability to speak.
/motd $MESSAGE - Sets the Message of the Day
/motd $MESSAGE - Sets the Message of the Day
` + RESET
const ABOUT_TEXT string = SYSTEM_MESSAGE_FORMAT + `-> ssh-chat is made by @shazow.