]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_shun.cpp
Only try to parse the WebIRC IP if the user matches a host.
[user/henk/code/inspircd.git] / src / modules / m_shun.cpp
index 267e15ad7061fa893b639b395c0df0c39adf37ef..da090e4f870af5b3e3c2ff5b81b083a6b4867865 100644 (file)
@@ -198,7 +198,7 @@ class ModuleShun : public Module, public Stats::EventListener
                affectopers = tag->getBool("affectopers", false);
        }
 
-       ModResult OnPreCommand(std::string& command, CommandBase::Params& parameters, LocalUser* user, bool validated, const std::string& original_line) CXX11_OVERRIDE
+       ModResult OnPreCommand(std::string& command, CommandBase::Params& parameters, LocalUser* user, bool validated) CXX11_OVERRIDE
        {
                if (validated)
                        return MOD_RES_PASSTHRU;