change help message

This commit is contained in:
Arthur Beck 2025-03-04 21:17:15 +00:00
parent 13dab47532
commit cb0eaeec91

View file

@ -223,7 +223,7 @@ fn handle_client(mut stream: TcpStream, channel: Channel) {
/user [nick]: Get information about a user.\n \
/server [new name]: Get or set the server name.\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();
} else if contents.split(" ").collect::<Vec<&str>>()[0] == "/me" {