summaryrefslogtreecommitdiff
path: root/include/channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/channels.h')
-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!)