From d7dbef2fae8eeb3c077faca6eb59e86f636191b8 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sun, 1 Jul 2007 13:38:52 +0000 Subject: Introducing /reconnect command --- vchat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vchat.h') 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 *); /* struct for defining "/command" handlers */ typedef struct { int number; - char name[8]; + char name[10]; int len; void (*handler)(char *); char *short_help; -- cgit v1.2.3