about summary refs log tree commit diff stats
path: root/src/command/commands.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-01-19 22:38:00 +0000
committerJames Booth <boothj5@gmail.com>2016-01-19 22:38:00 +0000
commit519b10d105ba11098693a8c358273b5c94a3ac7f (patch)
treed31c49098579d4b755ddfb316bf0ac92962d08fa /src/command/commands.h
parent7b982f383cd47d5008c6f2a37e318c25971b8147 (diff)
downloadprofani-tty-519b10d105ba11098693a8c358273b5c94a3ac7f.tar.gz
Added /roster rooms position preference
Diffstat (limited to 'src/command/commands.h')
-rw-r--r--src/command/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/commands.h b/src/command/commands.h
index 69d7ea89..5972e224 100644
--- a/src/command/commands.h
+++ b/src/command/commands.h
@@ -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;