X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_commands.cpp;h=257413c1134f9a742efed1a085cc994edf6ebaed;hb=c4458ecc70025aeac7ca87115ed0a698e7bbcdad;hp=57f1422074079d4103af4928519fe2a0e6f3b469;hpb=088ec6caed6ff877169fcbd9914b8653374f6829;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_commands.cpp b/src/cmd_commands.cpp index 57f142207..257413c11 100644 --- a/src/cmd_commands.cpp +++ b/src/cmd_commands.cpp @@ -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::iterator i = ServerInstance->Parser->cmdlist.begin(); i != ServerInstance->Parser->cmdlist.end(); i++) {