diff options
Diffstat (limited to 'vchat.h')
-rwxr-xr-x | vchat.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -204,7 +204,7 @@ void handleline (char *); | |||
204 | /* struct for defining "/command" handlers */ | 204 | /* struct for defining "/command" handlers */ |
205 | typedef struct { | 205 | typedef 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; |