X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_ping.cpp;h=01d0e021b46e8596a270c58854a860a1f1517724;hb=db07867e945deb72ce103f796e20104a27c5f68a;hp=2ac09e6c4c79dde6080cb13b85a6981bf2f65b62;hpb=d54fbc71e2a2e0f70002e2d36c669c4aa3d59e17;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_ping.cpp b/src/cmd_ping.cpp index 2ac09e6c4..01d0e021b 100644 --- a/src/cmd_ping.cpp +++ b/src/cmd_ping.cpp @@ -18,10 +18,11 @@ #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]);