Added /roster count command

This commit is contained in:
James Booth
2016-01-27 22:34:22 +00:00
parent 8d10dbfc49
commit dbc52de043
2 changed files with 28 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ typedef struct cmd_help_t {
const gchar *tags[20];
const gchar *synopsis[50];
const gchar *desc;
const gchar *args[64][2];
const gchar *args[128][2];
const gchar *examples[20];
} CommandHelp;