mirror of
https://github.com/anope/anope.git
synced 2026-06-28 09:46:38 +02:00
Removed a lot of the old capab flags we dont/have never used
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user