diff options
author | Zoddo <zoddo.ino@gmail.com> | 2016-04-10 18:24:25 +0200 |
---|---|---|
committer | Zoddo <zoddo.ino@gmail.com> | 2016-04-10 18:24:25 +0200 |
commit | 82816cb2061afa1c3b583a0d1941a37043388de0 (patch) | |
tree | d0b0dd729b09e7e899ff3a5a40d275a15e971440 /include/protocol.h | |
parent | 79e7c3f98a57b7cffc46d9a7dc250a0e6e25fc98 (diff) |
Send vident/vhost in SVSLOGIN with SASL
Only charybdis seems to support that for the moment.
Diffstat (limited to 'include/protocol.h')
-rw-r--r-- | include/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/protocol.h b/include/protocol.h index 2811a8c3f..d8029d53d 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -229,7 +229,7 @@ class CoreExport IRCDProto : public Service virtual void SendSASLMechanisms(std::vector<Anope::string> &) { } virtual void SendSASLMessage(const SASL::Message &) { } - virtual void SendSVSLogin(const Anope::string &uid, const Anope::string &acc) { } + virtual void SendSVSLogin(const Anope::string &uid, const Anope::string &acc, const Anope::string &vident, const Anope::string &vhost) { } virtual bool IsNickValid(const Anope::string &); virtual bool IsChannelValid(const Anope::string &); |