1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 09:16:38 +02:00

Remove operserv/oline and CanSVSO/SendSVSO in IRCDProto.

Now UnrealIRCd 3.2.x support has been removed nothing uses this.
This commit is contained in:
Sadie Powell
2020-09-11 15:43:54 +01:00
parent fb86705d3f
commit 7f39fb14f2
5 changed files with 4 additions and 99 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ IRCDProto::IRCDProto(Module *creator, const Anope::string &p) : Service(creator,
{
DefaultPseudoclientModes = "+io";
CanSVSNick = CanSVSJoin = CanSetVHost = CanSetVIdent = CanSNLine = CanSQLine = CanSQLineChannel
= CanSZLine = CanSVSHold = CanSVSO = CanCertFP = RequiresID = AmbiguousID = false;
= CanSZLine = CanSVSHold = CanCertFP = RequiresID = AmbiguousID = false;
MaxModes = 3;
MaxLine = 512;