diff options
author | Adam <Adam@anope.org> | 2011-02-09 20:09:26 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-02-09 20:09:26 -0500 |
commit | f463b772b020b272f3322799c9a55b755cdf3067 (patch) | |
tree | 9771d3e17f117113977595e38af2917af3f6a6ef /modules/protocol/ratbox.cpp | |
parent | eec897762cbaf8bc98be509a707f942e997f56eb (diff) |
Removed a lot of the old capab flags we dont/have never used
Diffstat (limited to 'modules/protocol/ratbox.cpp')
-rw-r--r-- | modules/protocol/ratbox.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/protocol/ratbox.cpp b/modules/protocol/ratbox.cpp index 9d8864d10..c7797c166 100644 --- a/modules/protocol/ratbox.cpp +++ b/modules/protocol/ratbox.cpp @@ -580,10 +580,6 @@ class ProtoRatbox : public Module this->SetAuthor("Anope"); this->SetType(PROTOCOL); - CapabType c[] = { CAPAB_ZIP, CAPAB_TS5, CAPAB_QS, CAPAB_UID, CAPAB_KNOCK, CAPAB_TSMODE }; - for (unsigned i = 0; i < 6; ++i) - Capab.SetFlag(c[i]); - AddModes(); pmodule_ircd_var(myIrcd); |