diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/protocol.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/protocol.h b/include/protocol.h index 9ceb438a1..16e347ad2 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -47,8 +47,6 @@ class ProtocolInterface : public Extensible SendMode(target, n); } - virtual void SendOperNotice(const std::string &text) { } - virtual void SendModeNotice(const std::string &modes, const std::string &text) { } virtual void SendSNONotice(const std::string &snomask, const std::string &text) { } |