summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-08 13:06:07 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-08 13:06:07 +0000
commitbd155d530887b2cafb775b9783a938de0250c348 (patch)
tree542b228b7a7cbbc435e75722faf7fad4a819a63c /include
parent76174ede1d1493bfbd0a9d7fd9ccc954ebe54ffb (diff)
Actually, 64.
(256-64-128) = 64 chars printable alphabet (roughly) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3552 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/channels.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channels.h b/include/channels.h
index 96f9d8954..f15464123 100644
--- a/include/channels.h
+++ b/include/channels.h
@@ -97,7 +97,7 @@ class chanrec : public Extensible
/** Custom modes for the channel.
* Plugins may use this field in any way they see fit.
*/
- char custom_modes[96]; /* modes handled by modules */
+ char custom_modes[64]; /* modes handled by modules */
/** User list (casted to char*'s to stop forward declaration stuff)
* (chicken and egg scenario!)