]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_pong.cpp
Fix typos
[user/henk/code/inspircd.git] / src / cmd_pong.cpp
index cc708ee809c9fb6a36cf47fe398d91f6da7f4c53..11973a72936b48237e1e6bcf59425f45bc2e148b 100644 (file)
@@ -18,7 +18,8 @@
 #include "commands.h"
 #include "commands/cmd_pong.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;