1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-15 19:06:35 +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

@@ -70,9 +70,9 @@ extern struct user_settings *user_settings;
extern struct Winthread Winthread;
#ifdef AUDIO
#define AC_NUM_GROUP_COMMANDS 40
#define AC_NUM_GROUP_COMMANDS 41
#else
#define AC_NUM_GROUP_COMMANDS 36
#define AC_NUM_GROUP_COMMANDS 37
#endif /* AUDIO */
/* groupchat command names used for tab completion. */
@@ -99,6 +99,7 @@ static const char group_cmd_list[AC_NUM_GROUP_COMMANDS][MAX_CMDNAME_SIZE] = {
{ "/nick" },
{ "/note" },
{ "/passwd" },
{ "/nospam" },
{ "/peerlimit" },
{ "/privacy" },
{ "/quit" },