]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_samode.cpp
Remove SpanningTreeProtocolInterface::SendOperNotice - it was translated to a SendSNO...
[user/henk/code/inspircd.git] / src / modules / m_samode.cpp
index 84540b1178d6d325f1355048e189b5ca84b5b673..3dcd48ca5e872260f075a944240b65fab8a60887 100644 (file)
@@ -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