From 7f39fb14f2d9963464165ae9112abe2e65bded8d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 11 Sep 2020 15:43:54 +0100 Subject: Remove operserv/oline and CanSVSO/SendSVSO in IRCDProto. Now UnrealIRCd 3.2.x support has been removed nothing uses this. --- src/protocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/protocol.cpp') diff --git a/src/protocol.cpp b/src/protocol.cpp index ea0fe8819..d3306c265 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -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; -- cgit