mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-06-08 11:22:10 +03:00
More /help fixes
This commit is contained in:
parent
45c40b35c7
commit
72ab7fade2
16
client.go
16
client.go
@ -13,15 +13,15 @@ const MSG_BUFFER int = 50
|
|||||||
const MAX_MSG_LENGTH int = 512
|
const MAX_MSG_LENGTH int = 512
|
||||||
|
|
||||||
const HELP_TEXT string = SYSTEM_MESSAGE_FORMAT + `-> Available commands:
|
const HELP_TEXT string = SYSTEM_MESSAGE_FORMAT + `-> Available commands:
|
||||||
/about - About this chat
|
/about - About this chat.
|
||||||
/exit - Exit the chat
|
/exit - Exit the chat.
|
||||||
/help - Show this help text
|
/help - Show this help text.
|
||||||
/list - List the users that are currently connected
|
/list - List the users that are currently connected.
|
||||||
/beep - Enable BEL notifications on mention.
|
/beep - Enable BEL notifications on mention.
|
||||||
/me $ACTION - Show yourself doing an action
|
/me $ACTION - Show yourself doing an action.
|
||||||
/nick $NAME - Rename yourself to a new name
|
/nick $NAME - Rename yourself to a new name.
|
||||||
/whois $NAME - Display information about another connected user
|
/whois $NAME - Display information about another connected user.
|
||||||
/msg $NAME $MESSAGE
|
/msg $NAME $MESSAGE - Sends a private message to a user.
|
||||||
` + RESET
|
` + RESET
|
||||||
|
|
||||||
const OP_HELP_TEXT string = SYSTEM_MESSAGE_FORMAT + `-> Available operator commands:
|
const OP_HELP_TEXT string = SYSTEM_MESSAGE_FORMAT + `-> Available operator commands:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user