]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_opermotd.cpp
Add m_sqlutils - Currently provides ID->chan/user lookups
[user/henk/code/inspircd.git] / src / modules / m_opermotd.cpp
index 5f9dafa655917a22101d62592dbd95b27e19b289..b4a85e8890270efb39e65c5411361a708c200b74 100644 (file)
@@ -51,7 +51,7 @@ class cmd_opermotd : public command_t
                this->source = "m_opermotd.so";
        }
 
-       void Handle (char** parameters, int pcnt, userrec* user)
+       void Handle (const char** parameters, int pcnt, userrec* user)
        {
                ShowOperMOTD(user);
        }