1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 20:53:12 +02:00

Implement support for the ANONYMOUS SASL mechanism.

This commit is contained in:
Sadie Powell
2023-11-14 15:02:04 +00:00
parent 0f1f0c5a22
commit b28180d680
6 changed files with 80 additions and 24 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 = CanCertFP = CanSendTags = RequiresID = AmbiguousID = false;
= CanSZLine = CanSVSHold = CanCertFP = CanSendTags = CanSVSLogout = RequiresID = AmbiguousID = false;
MaxModes = 3;
MaxLine = 512;