summaryrefslogtreecommitdiff
path: root/vchat.h
diff options
context:
space:
mode:
authorerdgeist <>2007-07-01 13:38:52 +0000
committererdgeist <>2007-07-01 13:38:52 +0000
commitd7dbef2fae8eeb3c077faca6eb59e86f636191b8 (patch)
treea3b322be322c59fd7500a836dc149870a17bc3d6 /vchat.h
parent115003bd86a50e6d84fca063ab72451e317e787a (diff)
Introducing /reconnect command
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;