From b909710b5914c7f816bb5e1c1f09f62ceca82e6d Mon Sep 17 00:00:00 2001 From: Chad Etzel Date: Sat, 13 Dec 2014 21:00:43 -0800 Subject: [PATCH] clean up duplicate commands in OP_HELP_TEXT --- client.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/client.go b/client.go index 35d2662..9b5166e 100644 --- a/client.go +++ b/client.go @@ -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.