]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_operwho.cpp
Add m_sqlutils - Currently provides ID->chan/user lookups
[user/henk/code/inspircd.git] / src / modules / m_operwho.cpp
index 9370ad765d4448ee514ae415b5b96c98ca289f27..edb0aea4de664ca4d54c26103d15c718706dbea0 100644 (file)
@@ -41,7 +41,7 @@ class ModuleOperWho : public Module
                List[I_OnPreCommand] = 1;
        }
 
-       virtual int OnPreCommand(const std::string &command, char **parameters, int pcnt, userrec *user, bool validated)
+       virtual int OnPreCommand(const std::string &command, const char** parameters, int pcnt, userrec *user, bool validated)
        {
 
                if ((!*user->oper) || (command != "WHO"))