summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2023-11-14 15:02:04 +0000
committerSadie Powell <sadie@witchery.services>2023-11-14 15:02:04 +0000
commitb28180d680f974b7d3cf72667681b8cda6a39b0a (patch)
tree45ce01374a4eb95c7b9bca73f25bc28dfefb2721 /src
parent0f1f0c5a221d199fefc38e116a98fb4ff2c0a4f3 (diff)
Implement support for the ANONYMOUS SASL mechanism.
Diffstat (limited to 'src')
-rw-r--r--src/protocol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp
index 090187819..98953cabc 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 = CanCertFP = CanSendTags = RequiresID = AmbiguousID = false;
+ = CanSZLine = CanSVSHold = CanCertFP = CanSendTags = CanSVSLogout = RequiresID = AmbiguousID = false;
MaxModes = 3;
MaxLine = 512;