diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-20 14:30:00 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-20 14:30:00 +0000 |
commit | 4c286655e1b930908fd02681ac00e172156e737c (patch) | |
tree | dfac0de69baae4555c4f5df708600f16fe0fb2fc /include/channels.h | |
parent | 93d7a1311d3b22fa9446eda9f7f379f6c0f97956 (diff) |
Remove custom members for +lk storage
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10053 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/channels.h')
-rw-r--r-- | include/channels.h | 10 |
1 files changed, 0 insertions, 10 deletions
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; |