1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-15 07:16:34 +01:00

prep for audio groups

This commit is contained in:
Jfreegman
2014-11-11 20:49:05 -05:00
parent 43f45d67a4
commit 7a7e8a7f8d
9 changed files with 39 additions and 18 deletions

View File

@@ -146,7 +146,7 @@ static void help_draw_global(ToxWindow *self)
wprintw(win, " /note <msg> : Set a personal note\n");
wprintw(win, " /nick <nick> : Set your nickname\n");
wprintw(win, " /log <on> or <off> : Enable/disable logging\n");
wprintw(win, " /groupchat : Create a group chat\n");
wprintw(win, " /group <type> : Create a group chat where type: text | audio\n");
wprintw(win, " /myid : Print your Tox ID\n");
wprintw(win, " /clear : Clear window history\n");
wprintw(win, " /close : Close the current chat window\n");