From 3d7ff07587713946479b33566d58d1ea1e1ccc74 Mon Sep 17 00:00:00 2001 From: empathetic-alligator Date: Tue, 16 Dec 2014 00:04:38 -0500 Subject: [PATCH] Updated help text for /whitelist --- client.go | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/client.go b/client.go index da6223a..107d81d 100644 --- a/client.go +++ b/client.go @@ -32,13 +32,14 @@ const ( // OpHelpText is the additional text returned by /help if the client is an Op OpHelpText string = systemMessageFormat + `-> 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. - /shutdown $MESSAGE - Broadcast message and shutdown server. - /motd $MESSAGE - Set message shown whenever somebody joins. - /whitelist $FINGERPRINT - Add fingerprint to whitelist, prevent anyone else from joining.` + Reset + /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. + /shutdown $MESSAGE - Broadcast message and shutdown server. + /motd $MESSAGE - Set message shown whenever somebody joins. + /whitelist $FINGERPRINT - Add fingerprint to whitelist, prevent anyone else from joining. + /whitelist github.com/$USER - Add github user's pubkeys to whitelist.` + Reset // AboutText is the text returned by /about AboutText string = systemMessageFormat + `-> ssh-chat is made by @shazow.