diff options
author | erdgeist <> | 2007-07-01 13:38:52 +0000 |
---|---|---|
committer | erdgeist <> | 2007-07-01 13:38:52 +0000 |
commit | d7dbef2fae8eeb3c077faca6eb59e86f636191b8 (patch) | |
tree | a3b322be322c59fd7500a836dc149870a17bc3d6 /vchat.h | |
parent | 115003bd86a50e6d84fca063ab72451e317e787a (diff) |
Introducing /reconnect command
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; |