From ce302d24108a0283318e7c539bea81082d148055 Mon Sep 17 00:00:00 2001 From: Jfreegman Date: Fri, 11 Oct 2013 00:28:47 -0400 Subject: [PATCH] fix --- src/chat.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/chat.c b/src/chat.c index cd14173..068e4ec 100644 --- a/src/chat.c +++ b/src/chat.c @@ -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 : Send a file\n"); wprintw(ctx->history, " /file : Accept a file\n"); - wprintw(ctx->history, " /nick : Set your nickname\n"); wprintw(ctx->history, " /quit or /exit : Exit Toxic\n"); wprintw(ctx->history, " /help : Print this message again\n");