mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-06-07 19:03:17 +03:00
Merge pull request #36 from jazzychad/clean_op_cmds
clean up duplicate commands in OP_HELP_TEXT
This commit is contained in:
commit
a960e1a41f
@ -26,15 +26,11 @@ const HELP_TEXT string = SYSTEM_MESSAGE_FORMAT + `-> Available commands:
|
|||||||
` + RESET
|
` + RESET
|
||||||
|
|
||||||
const OP_HELP_TEXT string = SYSTEM_MESSAGE_FORMAT + `-> Available operator commands:
|
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
|
/ban $NAME - Banish a user from the chat
|
||||||
/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.
|
||||||
/motd $MESSAGE - Sets the Message of the Day
|
/motd $MESSAGE - Sets the Message of the Day
|
||||||
` + RESET
|
` + RESET
|
||||||
|
|
||||||
const ABOUT_TEXT string = SYSTEM_MESSAGE_FORMAT + `-> ssh-chat is made by @shazow.
|
const ABOUT_TEXT string = SYSTEM_MESSAGE_FORMAT + `-> ssh-chat is made by @shazow.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user