summaryrefslogtreecommitdiff
path: root/include/protocol.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-02-12 14:39:41 -0500
committerAdam <Adam@anope.org>2014-02-12 14:39:41 -0500
commit269c2786e96c3c8d2711be912d8fa40d99b090d4 (patch)
treec49e5ce41b25a07f5e9b593948e6a2ca3f5d6b1d /include/protocol.h
parent96fc940af7f20001b290cc65a76d0afb88a6160c (diff)
Add SASL EXTERNAL support. Thanks to ShutterQuick for fixing and testing.
Diffstat (limited to 'include/protocol.h')
-rw-r--r--include/protocol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/protocol.h b/include/protocol.h
index 9eee494ea..0f8482b4e 100644
--- a/include/protocol.h
+++ b/include/protocol.h
@@ -217,6 +217,9 @@ class CoreExport IRCDProto : public Service
*/
virtual void SendOper(User *u);
+ virtual void SendSASLMessage(const SASL::Message &) { }
+ virtual void SendSVSLogin(const Anope::string &uid, const Anope::string &acc) { }
+
virtual bool IsNickValid(const Anope::string &);
virtual bool IsChannelValid(const Anope::string &);
virtual bool IsIdentValid(const Anope::string &);