diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-17 14:01:12 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-17 14:01:12 +0000 |
commit | 8c2d96013084de950e3a63be4ae6ed626c4093ab (patch) | |
tree | 5b4fc5414bee1f4328c9f8f8dc3859ff5523f1a3 /include | |
parent | 3cc11c99b9ec3437abd998d3b9a9dded0496f66d (diff) |
Remove SpanningTreeProtocolInterface::SendOperNotice - it was translated to a SendSNONotice 'A' anyway, and only used by SAMODE, which duplicated it with a SendSNONotice 'A' also anyhow o.o - this means OPERNOTICE is now gone from protocol 1200, and SNONOTICE should be used instead.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9530 e03df62e-2008-0410-955e-edbf42e46eb7
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) { } |