diff --git a/src/main.rs b/src/main.rs index da27753..ef5be93 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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::>()[0] == "/me" {