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/plexus.cpp | |
parent | eec897762cbaf8bc98be509a707f942e997f56eb (diff) |
Removed a lot of the old capab flags we dont/have never used
Diffstat (limited to 'modules/protocol/plexus.cpp')
-rw-r--r-- | modules/protocol/plexus.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/protocol/plexus.cpp b/modules/protocol/plexus.cpp index 8243e605a..a1fad8d5b 100644 --- a/modules/protocol/plexus.cpp +++ b/modules/protocol/plexus.cpp @@ -661,10 +661,6 @@ class ProtoPlexus : public Module this->SetAuthor("Anope"); this->SetType(PROTOCOL); - CapabType c[] = { CAPAB_ZIP, CAPAB_TS5, CAPAB_QS, CAPAB_UID, CAPAB_KNOCK }; - for (unsigned i = 0; i < 5; ++i) - Capab.SetFlag(c[i]); - AddModes(); pmodule_ircd_var(myIrcd); |