]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Removed chanrec::binarymodes - insp wont compile atm do not use :p
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 12 Mar 2006 13:38:16 +0000 (13:38 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 12 Mar 2006 13:38:16 +0000 (13:38 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3690 e03df62e-2008-0410-955e-edbf42e46eb7

include/channels.h

index e14c81f270143da501c1b1cdbff919a6a2962219..a6568cb1e8198ffd25ccd286725cf7d427b09b32 100644 (file)
@@ -153,7 +153,7 @@ class chanrec : public Extensible
        
        /** Contains a bitmask of the CM_* builtin (RFC) binary mode symbols
         */
-       char binarymodes;
+       //char binarymodes;
        
        /** The list of all bans set on the channel.
         */