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

Send vident/vhost in SVSLOGIN with SASL

Only charybdis seems to support that for the moment.
This commit is contained in:
Zoddo
2016-04-10 18:24:25 +02:00
parent 79e7c3f98a
commit 82816cb206
7 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -386,7 +386,7 @@ class UnrealIRCdProto : public IRCDProto
UplinkSocket::Message(BotInfo::Find(message.source)) << "SASL " << message.target.substr(0, p) << " " << message.target << " " << message.type << " " << message.data << (message.ext.empty() ? "" : " " + message.ext);
}
void SendSVSLogin(const Anope::string &uid, const Anope::string &acc) anope_override
void SendSVSLogin(const Anope::string &uid, const Anope::string &acc, const Anope::string &vident, const Anope::string &vhost) anope_override
{
size_t p = uid.find('!');
if (p == Anope::string::npos)