From 8c2d96013084de950e3a63be4ae6ed626c4093ab Mon Sep 17 00:00:00 2001 From: w00t Date: Thu, 17 Apr 2008 14:01:12 +0000 Subject: 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 --- src/modules/m_samode.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/modules/m_samode.cpp') 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 -- cgit v1.3.1-10-gc9f91