mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-05-31 23:59:26 +03:00
Added HelpText for new commands
This commit is contained in:
parent
c244efe3d3
commit
cc42f0aa7a
@ -37,6 +37,8 @@ const (
|
|||||||
// OpHelpText is the additional text returned by /help if the client is an Op
|
// OpHelpText is the additional text returned by /help if the client is an Op
|
||||||
OpHelpText string = `Available operator commands:
|
OpHelpText string = `Available operator commands:
|
||||||
/ban $NAME - Banish a user from the chat
|
/ban $NAME - Banish a user from the chat
|
||||||
|
/unban $FINGERPRINT - Unban a fingerprint
|
||||||
|
/banned - List all banned fingerprints
|
||||||
/kick $NAME - Kick em' out.
|
/kick $NAME - Kick em' out.
|
||||||
/op $NAME - Promote a user to server operator.
|
/op $NAME - Promote a user to server operator.
|
||||||
/silence $NAME - Revoke a user's ability to speak.
|
/silence $NAME - Revoke a user's ability to speak.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user