]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_pong.cpp
Chain ValidateServerName onto ValidateHostname so that the servername gets hostname...
[user/henk/code/inspircd.git] / src / commands / cmd_pong.cpp
index 05ee5537826c9e3c35966b29cd445047145c9b8a..51c951eba56cb31e65c8bdb596fda3cd012f6ceb 100644 (file)
@@ -19,7 +19,7 @@ extern "C" DllExport Command* init_command(InspIRCd* Instance)
        return new CommandPong(Instance);
 }
 
-CmdResult CommandPong::Handle (const char**, int, User *user)
+CmdResult CommandPong::Handle (const char* const*, int, User *user)
 {
        // set the user as alive so they survive to next ping
        user->lastping = 1;