mirror of
https://github.com/anope/anope.git
synced 2026-07-10 23:23:13 +02:00
Removed a lot of the old capab flags we dont/have never used
This commit is contained in:
@@ -701,10 +701,6 @@ class ProtoInspIRCd : public Module
|
||||
this->SetAuthor("Anope");
|
||||
this->SetType(PROTOCOL);
|
||||
|
||||
CapabType c[] = { CAPAB_NOQUIT, CAPAB_SSJ3, CAPAB_NICK2, CAPAB_VL, CAPAB_TLKEXT };
|
||||
for (unsigned i = 0; i < 5; ++i)
|
||||
Capab.SetFlag(c[i]);
|
||||
|
||||
pmodule_ircd_var(myIrcd);
|
||||
pmodule_ircd_proto(&this->ircd_proto);
|
||||
pmodule_ircd_message(&this->ircd_message);
|
||||
|
||||
Reference in New Issue
Block a user