From: brain Date: Wed, 8 Mar 2006 13:06:07 +0000 (+0000) Subject: Actually, 64. X-Git-Tag: v2.0.23~8544 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=bd155d530887b2cafb775b9783a938de0250c348;p=user%2Fhenk%2Fcode%2Finspircd.git 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 --- 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!) 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