1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 19:57:47 +02:00
This commit is contained in:
Jfreegman 2013-10-11 00:28:47 -04:00
parent e60e4f4727
commit ce302d2410

View File

@ -191,7 +191,6 @@ static void print_chat_help(ChatContext *ctx)
wprintw(ctx->history, " /close : Close the current chat window\n");
wprintw(ctx->history, " /sendfile <nickname> <file>: Send a file\n");
wprintw(ctx->history, " /file <n> : Accept a file\n");
wprintw(ctx->history, " /nick <nickname> : Set your nickname\n");
wprintw(ctx->history, " /quit or /exit : Exit Toxic\n");
wprintw(ctx->history, " /help : Print this message again\n");