mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 16:13:02 +01:00
Remove duplicate help menu entry
This commit is contained in:
parent
22eb6797b1
commit
f47b4c1c3c
@ -186,7 +186,6 @@ static void help_draw_global(ToxWindow *self)
|
|||||||
wprintw(win, " /nick <nick> : Set your nickname\n");
|
wprintw(win, " /nick <nick> : Set your nickname\n");
|
||||||
wprintw(win, " /nospam <value> : Change part of your Tox ID to stop spam\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, " /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, " /myid : Print your Tox ID\n");
|
||||||
wprintw(win, " /group <name> : Create a new group chat\n");
|
wprintw(win, " /group <name> : Create a new group chat\n");
|
||||||
#ifdef GAMES
|
#ifdef GAMES
|
||||||
|
Loading…
Reference in New Issue
Block a user