From ee7af884c7909c30839d7b6ceb47abdbdde4ed97 Mon Sep 17 00:00:00 2001 From: Zoddo Date: Sun, 2 Oct 2016 13:56:37 -0400 Subject: Send vident/vhost in SVSLOGIN with SASL --- modules/protocol/unreal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/protocol/unreal.cpp') diff --git a/modules/protocol/unreal.cpp b/modules/protocol/unreal.cpp index fe5ddad2d..d805e60cb 100644 --- a/modules/protocol/unreal.cpp +++ b/modules/protocol/unreal.cpp @@ -394,7 +394,7 @@ class UnrealIRCdProto : public IRCDProto Uplink::Send(ServiceBot::Find(message.source), "SASL", message.target.substr(0, p), message.target, message.type, message.data); } - void SendSVSLogin(const Anope::string &uid, const Anope::string &acc) override + void SendSVSLogin(const Anope::string &uid, const Anope::string &acc, const Anope::string &vident, const Anope::string &vhost) override { size_t p = uid.find('!'); if (p == Anope::string::npos) -- cgit