]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_globops.cpp
Change includes, use --libs_r rather than mysql_config --libs, we want re-enterant...
[user/henk/code/inspircd.git] / src / modules / m_globops.cpp
index add0306a707bc8586042eb3a70c43d3c54a800e0..6d00d5889994fb8267fcbcee4b7793a8ad6f79b4 100644 (file)
@@ -37,7 +37,7 @@ class cmd_globops : public command_t
                this->source = "m_globops.so";
        }
        
-       void Handle (char **parameters, int pcnt, userrec *user)
+       void Handle (const char** parameters, int pcnt, userrec *user)
        {
                std::string line = "*** GLOBOPS - From " + std::string(user->nick) + ": ";
                for (int i = 0; i < pcnt; i++)