summaryrefslogtreecommitdiff
path: root/vchat.h
diff options
context:
space:
mode:
Diffstat (limited to 'vchat.h')
-rwxr-xr-xvchat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vchat.h b/vchat.h
index 613c0cd..d8054bd 100755
--- a/vchat.h
+++ b/vchat.h
@@ -204,7 +204,7 @@ void handleline (char *);
204/* struct for defining "/command" handlers */ 204/* struct for defining "/command" handlers */
205typedef struct { 205typedef struct {
206 int number; 206 int number;
207 char name[8]; 207 char name[10];
208 int len; 208 int len;
209 void (*handler)(char *); 209 void (*handler)(char *);
210 char *short_help; 210 char *short_help;