diff options
author | Peter Powell <petpow@saberuk.com> | 2016-09-29 04:04:36 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2016-11-06 18:44:29 +0000 |
commit | 28134eeb197109569be08335411c80feba843777 (patch) | |
tree | 0cc396dd9d7b249be6c3a4177d1484fc975b1122 /src | |
parent | dcbaecd3275448b84f3d712e7f8cf09cd08446a6 (diff) |
Remove operserv/oline and CanSVSO/SendSVSO in IRCDProto.
Now UnrealIRCd 3.2.x support has been removed nothing uses this.
Diffstat (limited to 'src')
-rw-r--r-- | src/protocol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp index c5b555cad..f23117952 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -33,7 +33,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; |