summaryrefslogtreecommitdiff
path: root/include/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/protocol.h')
-rw-r--r--include/protocol.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/protocol.h b/include/protocol.h
index c92939be6..b4db070d0 100644
--- a/include/protocol.h
+++ b/include/protocol.h
@@ -306,10 +306,6 @@ public:
virtual void SendClearBans(const MessageSource &user, Channel *c, User* u) { }
- virtual void SendSASLMechanisms(std::vector<Anope::string> &) { }
- virtual void SendSASLMessage(const SASL::Message &) { }
- virtual void SendSVSLogin(const Anope::string &uid, NickAlias *na) { }
-
virtual bool IsNickValid(const Anope::string &);
virtual bool IsChannelValid(const Anope::string &);
virtual bool IsIdentValid(const Anope::string &);