change help message
This commit is contained in:
parent
13dab47532
commit
cb0eaeec91
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ fn handle_client(mut stream: TcpStream, channel: Channel) {
|
||||||
/user [nick]: Get information about a user.\n \
|
/user [nick]: Get information about a user.\n \
|
||||||
/server [new name]: Get or set the server name.\n \
|
/server [new name]: Get or set the server name.\n \
|
||||||
/users: List users.\n \
|
/users: List users.\n \
|
||||||
/me x: Say that you are doing x(for example, \"Netbot purrs\").\x1b[0m\n",
|
/me x: Say that you are doing x(for example, \"/me purrs\" as netbot would result in the output of \"netbot purrs\").\x1b[0m\n",
|
||||||
)
|
)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
} else if contents.split(" ").collect::<Vec<&str>>()[0] == "/me" {
|
} else if contents.split(" ").collect::<Vec<&str>>()[0] == "/me" {
|
||||||
|
|
Loading…
Add table
Reference in a new issue