]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_commands.cpp
Fix test client error cheecking on result types
[user/henk/code/inspircd.git] / src / cmd_commands.cpp
index 57f1422074079d4103af4928519fe2a0e6f3b469..257413c1134f9a742efed1a085cc994edf6ebaed 100644 (file)
@@ -22,7 +22,7 @@
 
 extern InspIRCd* ServerInstance;
 
-void cmd_commands::Handle (char **parameters, int pcnt, userrec *user)
+void cmd_commands::Handle (const char** parameters, int pcnt, userrec *user)
 {
        for (nspace::hash_map<std::string,command_t*>::iterator i = ServerInstance->Parser->cmdlist.begin(); i != ServerInstance->Parser->cmdlist.end(); i++)
        {