]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_pong.cpp
Now with added ANGRY MONKEYS.
[user/henk/code/inspircd.git] / src / cmd_pong.cpp
index 76acfbccdc20527d8fb36c0988dacbed90c5fe79..cf86b5b53933ddf0becaed7ece49989b631a0bdd 100644 (file)
@@ -19,7 +19,7 @@
 #include "commands/cmd_pong.h"
 #include "helperfuncs.h"
 
-void cmd_pong::Handle (char **parameters, int pcnt, userrec *user)
+void cmd_pong::Handle (const char** parameters, int pcnt, userrec *user)
 {
        // set the user as alive so they survive to next ping
        user->lastping = 1;