summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/channels.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channels.cpp b/src/channels.cpp
index 3b05cf8ea..360996bd5 100644
--- a/src/channels.cpp
+++ b/src/channels.cpp
@@ -73,7 +73,7 @@ chanrec::chanrec()
*name = *topic = *setby = *key = 0;
created = topicset = limit = binarymodes = 0;
internal_userlist.clear();
- memset(&custom_modes,0,190);
+ memset(&custom_modes,0,96);
}
void chanrec::SetCustomMode(char mode,bool mode_on)