From 4c286655e1b930908fd02681ac00e172156e737c Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 20 Jul 2008 14:30:00 +0000 Subject: Remove custom members for +lk storage git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10053 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/channels.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include/channels.h') diff --git a/include/channels.h b/include/channels.h index 2042df220..c27329310 100644 --- a/include/channels.h +++ b/include/channels.h @@ -197,16 +197,6 @@ class CoreExport Channel : public Extensible */ std::string setby; /* 128 */ - /** Contains the channel user limit. - * If this value is zero, there is no limit in place. - */ - short int limit; - - /** Contains the channel key. - * If this value is an empty string, there is no channel key in place. - */ - std::string key; /* 32 */ - /** The list of all bans set on the channel. */ BanList bans; -- cgit v1.2.3