1
0
mirror of https://github.com/Tha14/toxic.git synced 2026-01-26 20:03:16 +01:00

Merge with upstream

This commit is contained in:
Jfreegman
2015-11-01 21:07:22 -05:00
23 changed files with 507 additions and 500 deletions

View File

@@ -63,9 +63,9 @@ static void kill_infobox(ToxWindow *self);
#endif /* AUDIO */
#ifdef AUDIO
#define AC_NUM_CHAT_COMMANDS 28
#define AC_NUM_CHAT_COMMANDS 29
#else
#define AC_NUM_CHAT_COMMANDS 21
#define AC_NUM_CHAT_COMMANDS 22
#endif /* AUDIO */
/* Array of chat command names used for tab completion. */
@@ -87,6 +87,7 @@ static const char chat_cmd_list[AC_NUM_CHAT_COMMANDS][MAX_CMDNAME_SIZE] = {
{ "/myid" },
{ "/nick" },
{ "/note" },
{ "/nospam" },
{ "/quit" },
{ "/savefile" },
{ "/sendfile" },