diff options
Diffstat (limited to 'include/protocol.h')
-rw-r--r-- | include/protocol.h | 3 |
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 &); |