]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_namesx.cpp
Implement support for WEBIRC attributes.
[user/henk/code/inspircd.git] / src / modules / m_namesx.cpp
index 98fac887200a89d7d5c6fa958094167b93b5dd5d..708b98e56b301815c05d0684e24374d45c612ecb 100644 (file)
@@ -41,7 +41,7 @@ class ModuleNamesX : public Module
                tokens["NAMESX"];
        }
 
-       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
        {
                /* We don't actually create a proper command handler class for PROTOCTL,
                 * because other modules might want to have PROTOCTL hooks too.