summaryrefslogtreecommitdiff
path: root/include/protocol.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2016-10-02 13:07:51 -0400
committerAdam <Adam@anope.org>2016-10-02 13:07:51 -0400
commit3bcb041dc67f9335c9543d89ba144e43d0274a81 (patch)
treea30904f9d95cc922c8f1ab08ce12747f9d8ec217 /include/protocol.h
parent3af83256c654711fa03d5c3a78d7d126112cc538 (diff)
Implement support for SASL 3.2 mechanism lists.
Diffstat (limited to 'include/protocol.h')
-rw-r--r--include/protocol.h1
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) { }