From 2cd3b57fe08b6cdae5d99021252898dedd3a0650 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 12 May 2005 18:42:06 +0000 Subject: Structure optimizations, changed a lot of bools into binary bitmasks git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1368 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/channels.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/channels.cpp') diff --git a/src/channels.cpp b/src/channels.cpp index 4e46c3b30..5ba38a9e6 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -117,8 +117,8 @@ chanrec::chanrec() strcpy(topic,""); strcpy(setby,""); strcpy(key,""); - created = topicset = limit = users = 0; - topiclock = noexternal = inviteonly = moderated = secret = c_private = false; + created = topicset = limit = 0; + binarymodes = 0; internal_userlist.clear(); } -- cgit v1.3.1-10-gc9f91