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 /src/modules/m_samode.cpp | |
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 'src/modules/m_samode.cpp')
-rw-r--r-- | src/modules/m_samode.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/m_samode.cpp b/src/modules/m_samode.cpp index 84540b117..3dcd48ca5 100644 --- a/src/modules/m_samode.cpp +++ b/src/modules/m_samode.cpp @@ -47,8 +47,6 @@ class CommandSamode : public Command n.pop_front(); ServerInstance->PI->SendMode(channel, n); - ServerInstance->PI->SendOperNotice(std::string(user->nick) + " used SAMODE: " + ServerInstance->Modes->GetLastParse()); - /* XXX: Yes, this is right. We dont want to propagate the * actual SAMODE command, just the MODE command generated * by the Protocol Interface |