]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_ping.cpp
Fix all typos (not as fun as 'kill all humans' but meh, beggers cant be choosers)
[user/henk/code/inspircd.git] / src / cmd_ping.cpp
index 2ac09e6c4c79dde6080cb13b85a6981bf2f65b62..01d0e021b46e8596a270c58854a860a1f1517724 100644 (file)
 #include "users.h"
 #include "commands.h"
 #include "helperfuncs.h"
-#include "cmd_ping.h"
+#include "commands/cmd_ping.h"
 
 extern ServerConfig* Config;
 
+
 void cmd_ping::Handle (char **parameters, int pcnt, userrec *user)
 {
        WriteServ(user->fd,"PONG %s :%s",Config->ServerName,parameters[0]);