summaryrefslogtreecommitdiff
path: root/include/protocol.h
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-03-03 21:45:59 +0000
committerSadie Powell <sadie@witchery.services>2025-03-03 21:45:59 +0000
commit5828cdba45bbcf27349c62f13d341d31fcf01853 (patch)
tree264cef2cd928b9c0ce60627a75f1668598118a2d /include/protocol.h
parent4526fbed960085e3996fcd70195887f462c430d8 (diff)
Move SASL protocol messages to the SASL header.
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 &);