]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_satopic.cpp
Move the <disabled> tag out of the core to a new module.
[user/henk/code/inspircd.git] / src / modules / m_satopic.cpp
index 8fe96bcf93e4f9effed1a2e313cd220c618bff60..8c86292218cf85d542fc6ddeb56385a66bd76b75 100644 (file)
@@ -29,7 +29,7 @@ class CommandSATopic : public Command
                flags_needed = 'o'; syntax = "<target> <topic>";
        }
 
-       CmdResult Handle(const std::vector<std::string>& parameters, User* user) CXX11_OVERRIDE
+       CmdResult Handle(User* user, const Params& parameters) CXX11_OVERRIDE
        {
                /*
                 * Handles a SATOPIC request. Notifies all +s users.