1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-01 08:36:46 +02:00

command fixes

This commit is contained in:
Jfreegman
2013-09-24 16:12:33 -04:00
parent d76c80951b
commit bd3c14104a
5 changed files with 28 additions and 15 deletions

View File

@ -118,7 +118,7 @@ static void print_chat_help(ChatContext *ctx)
wprintw(ctx->history, " /help : Print this message again\n");
wattron(ctx->history, A_BOLD);
wprintw(ctx->history, "\n * Messages must be enclosed in quotation marks.\n");
wprintw(ctx->history, "\n * Command argument messages must be enclosed in quotation marks.\n");
wattroff(ctx->history, A_BOLD);
wattroff(ctx->history, COLOR_PAIR(CYAN));