summaryrefslogtreecommitdiff
path: root/src/protocol.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-09-11 15:43:54 +0100
committerSadie Powell <sadie@witchery.services>2020-09-28 15:28:26 +0100
commit7f39fb14f2d9963464165ae9112abe2e65bded8d (patch)
treedf6cff8153623cad361f4a2521f9623311c74500 /src/protocol.cpp
parentfb86705d3f44575087e0f1f277a81f5ef4f70b27 (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/protocol.cpp')
-rw-r--r--src/protocol.cpp2
1 files changed, 1 insertions, 1 deletions
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;