1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-02 05:16:45 +02:00

fix help message

This commit is contained in:
Jfreegman
2013-11-10 23:38:12 -05:00
parent 26d561eb77
commit 649233b718
2 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,6 @@ static void print_prompt_help(ToxWindow *self)
wprintw(self->window, " /status <type> <message> : Set your status with optional note\n");
wprintw(self->window, " /note <message> : Set a personal note\n");
wprintw(self->window, " /nick <nickname> : Set your nickname\n");
wprintw(self->window, " /join <n> : Join a group chat\n");
wprintw(self->window, " /groupchat : Create a group chat\n");
wprintw(self->window, " /myid : Print your ID\n");
wprintw(self->window, " /quit or /exit : Exit Toxic\n");