diff options
author | Peter Powell <petpow@saberuk.com> | 2016-10-02 13:07:51 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2016-10-02 13:07:51 -0400 |
commit | 3bcb041dc67f9335c9543d89ba144e43d0274a81 (patch) | |
tree | a30904f9d95cc922c8f1ab08ce12747f9d8ec217 /include/protocol.h | |
parent | 3af83256c654711fa03d5c3a78d7d126112cc538 (diff) |
Implement support for SASL 3.2 mechanism lists.
Diffstat (limited to 'include/protocol.h')
-rw-r--r-- | include/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/protocol.h b/include/protocol.h index 898d1a51b..de83cd203 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -245,6 +245,7 @@ class CoreExport IRCDProto : public Service */ virtual void SendOper(User *u); + virtual void SendSASLMechanisms(std::vector<Anope::string> &) { } virtual void SendSASLMessage(const SASL::Message &) { } virtual void SendSVSLogin(const Anope::string &uid, const Anope::string &acc) { } |