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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user