summaryrefslogtreecommitdiff
path: root/src/cmd_ping.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_ping.cpp')
-rw-r--r--src/cmd_ping.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cmd_ping.cpp b/src/cmd_ping.cpp
index 515312670..8c8a6a992 100644
--- a/src/cmd_ping.cpp
+++ b/src/cmd_ping.cpp
@@ -16,13 +16,8 @@
#include "configreader.h"
#include "users.h"
-#include "commands.h"
-
#include "commands/cmd_ping.h"
-
-
-
void cmd_ping::Handle (const char** parameters, int pcnt, userrec *user)
{
user->WriteServ("PONG %s :%s",ServerInstance->Config->ServerName,parameters[0]);