aboutsummaryrefslogtreecommitdiff
path: root/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'network.h')
-rw-r--r--network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/network.h b/network.h
index 88383bd..a05503e 100644
--- a/network.h
+++ b/network.h
@@ -104,7 +104,7 @@ extern int initclientnetwork(void);
// Mode goes away when the user leaves the channel
#define MODE_TYPE_USERS 4
-extern char channel_mode_types[UCHAR_MAX];
+extern char channel_mode_types[UCHAR_MAX+1];
#if LOGALL
extern ssize_t SENDCLIENT(struct string msg);