Remove duplicate help menu entry

This commit is contained in:
jfreegman 2022-03-17 15:21:46 -04:00
parent 22eb6797b1
commit f47b4c1c3c
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63
1 changed files with 0 additions and 1 deletions

View File

@ -186,7 +186,6 @@ static void help_draw_global(ToxWindow *self)
wprintw(win, " /nick <nick> : Set your nickname\n");
wprintw(win, " /nospam <value> : Change part of your Tox ID to stop spam\n");
wprintw(win, " /log <on> or <off> : Enable/disable logging\n");
wprintw(win, " /conference <type> : Create a conference where type: text | audio\n");
wprintw(win, " /myid : Print your Tox ID\n");
wprintw(win, " /group <name> : Create a new group chat\n");
#ifdef GAMES