]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Remove SpanningTreeProtocolInterface::SendOperNotice - it was translated to a SendSNO...
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 17 Apr 2008 14:01:12 +0000 (14:01 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 17 Apr 2008 14:01:12 +0000 (14:01 +0000)
commit8c2d96013084de950e3a63be4ae6ed626c4093ab
tree5b4fc5414bee1f4328c9f8f8dc3859ff5523f1a3
parent3cc11c99b9ec3437abd998d3b9a9dded0496f66d
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
include/protocol.h
src/modules/m_samode.cpp
src/modules/m_spanningtree/protocolinterface.cpp
src/modules/m_spanningtree/protocolinterface.h
src/modules/m_spanningtree/treesocket2.cpp