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