mirror of
https://github.com/anope/anope.git
synced 2026-07-06 08:33:14 +02:00
Fixed some sed failure
This commit is contained in:
@@ -1207,9 +1207,6 @@ class ProtoInspIRCd : public Module
|
||||
this->SetAuthor("Anope");
|
||||
this->SetType(PROTOCOL);
|
||||
|
||||
if (!Config->Numeric.empty())
|
||||
Config->Numeric = Config->Numeric;
|
||||
|
||||
pmodule_ircd_var(myIrcd);
|
||||
|
||||
CapabType c[] = { CAPAB_NOQUIT, CAPAB_SSJ3, CAPAB_NICK2, CAPAB_VL, CAPAB_TLKEXT };
|
||||
|
||||
@@ -1185,9 +1185,6 @@ class ProtoInspIRCd : public Module
|
||||
this->SetAuthor("Anope");
|
||||
this->SetType(PROTOCOL);
|
||||
|
||||
if (!Config->Numeric.empty())
|
||||
Config->Numeric = Config->Numeric;
|
||||
|
||||
pmodule_ircd_var(myIrcd);
|
||||
|
||||
CapabType c[] = { CAPAB_NOQUIT, CAPAB_SSJ3, CAPAB_NICK2, CAPAB_VL, CAPAB_TLKEXT };
|
||||
|
||||
Reference in New Issue
Block a user