Added /roster rooms position preference

This commit is contained in:
James Booth
2016-01-19 22:38:00 +00:00
parent 7b982f383c
commit 519b10d105
10 changed files with 66 additions and 9 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[50][2];
const gchar *args[64][2];
const gchar *examples[20];
} CommandHelp;