1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 16:46:39 +02:00

Fix SASL on UnrealIRCd.

This commit is contained in:
Sadie Powell
2025-02-06 19:01:10 +00:00
parent 86805a6b3b
commit abbb602463
+1 -1
View File
@@ -403,7 +403,7 @@ private:
auto newparams = message.data;
newparams.insert(newparams.begin(), { distmask, message.target, message.type });
Uplink::SendInternal({}, BotInfo::Find(message.source), "ENCAP", newparams);
Uplink::SendInternal({}, BotInfo::Find(message.source), "SASL", newparams);
}
void SendSVSLogin(const Anope::string &uid, NickAlias *na) override