]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_globops.cpp
Move Blocking/NonBlocking to socket.cpp and make inline
[user/henk/code/inspircd.git] / src / modules / m_globops.cpp
index add0306a707bc8586042eb3a70c43d3c54a800e0..2b2af1539f5c6026ac94c1608c248ac6db5898ca 100644 (file)
@@ -35,9 +35,10 @@ class cmd_globops : public command_t
        cmd_globops () : command_t("GLOBOPS",'o',1)
        {
                this->source = "m_globops.so";
+               syntax = "<any-text>";
        }
        
-       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++)