summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-12 13:38:16 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-12 13:38:16 +0000
commitc73881748324fb454153c2d0fd85e8b80996b2b7 (patch)
tree8a9fa0552983af8e3ebe84fce9b91710e3c34100 /include
parent6e9cea230cfe2dac801b566d796d24fad4d5bd6a (diff)
Removed chanrec::binarymodes - insp wont compile atm do not use :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3690 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/channels.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channels.h b/include/channels.h
index e14c81f27..a6568cb1e 100644
--- a/include/channels.h
+++ b/include/channels.h
@@ -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.
*/