summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/channels.cpp2
-rwxr-xr-xsrc/svn-rev.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/channels.cpp b/src/channels.cpp
index 360996bd5..fdbaf7871 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,96);
+ memset(&custom_modes,0,64);
}
void chanrec::SetCustomMode(char mode,bool mode_on)
diff --git a/src/svn-rev.sh b/src/svn-rev.sh
index 14c28d3b3..11d8f9c49 100755
--- a/src/svn-rev.sh
+++ b/src/svn-rev.sh
@@ -1 +1 @@
-echo 3548
+echo 3551