From cc42f0aa7a9434c38836a1e3e1e47995acc7ce33 Mon Sep 17 00:00:00 2001 From: Leon Klingele Date: Sun, 4 Jan 2015 12:23:35 +0100 Subject: [PATCH] Added HelpText for new commands --- client.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client.go b/client.go index 7905316..d29b5b6 100644 --- a/client.go +++ b/client.go @@ -37,6 +37,8 @@ const ( // OpHelpText is the additional text returned by /help if the client is an Op OpHelpText string = `Available operator commands: /ban $NAME - Banish a user from the chat + /unban $FINGERPRINT - Unban a fingerprint + /banned - List all banned fingerprints /kick $NAME - Kick em' out. /op $NAME - Promote a user to server operator. /silence $NAME - Revoke a user's ability to speak.