]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_setident.cpp
Now with added ANGRY MONKEYS.
[user/henk/code/inspircd.git] / src / modules / m_setident.cpp
index 4ec8e0fdb14c0596924940f68b98f8e9e4c82d9a..80333ca8da3795e3e0a504a96eba62ec5c474c6e 100644 (file)
@@ -12,9 +12,10 @@ class cmd_setident : public command_t
        cmd_setident() : command_t("SETIDENT", 'o', 1)
        {
                this->source = "m_setident.so";
+               syntax = "<new-ident>";
        }
 
-       void Handle(char **parameters, int pcnt, userrec *user)
+       void Handle(const char** parameters, int pcnt, userrec *user)
        {
                for(unsigned int x = 0; x < strlen(parameters[0]); x++)
                {