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");