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.cpp29
1 files changed, 1 insertions, 28 deletions
diff --git a/src/cmd_ping.cpp b/src/cmd_ping.cpp
index afb708d70..c36415d12 100644
--- a/src/cmd_ping.cpp
+++ b/src/cmd_ping.cpp
@@ -1,28 +1 @@
-/* +------------------------------------+
- * | Inspire Internet Relay Chat Daemon |
- * +------------------------------------+
- *
- * InspIRCd: (C) 2002-2007 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
- *
- * This program is free but copyrighted software; see
- * the file COPYING for details.
- *
- * ---------------------------------------------------
- */
-
-#include "inspircd.h"
-#include "configreader.h"
-#include "users.h"
-#include "commands/cmd_ping.h"
-
-extern "C" DllExport command_t* init_command(InspIRCd* Instance)
-{
- return new cmd_ping(Instance);
-}
-
-CmdResult cmd_ping::Handle (const char** parameters, int pcnt, userrec *user)
-{
- user->WriteServ("PONG %s :%s",ServerInstance->Config->ServerName,parameters[0]);
- return CMD_SUCCESS;
-}
+/* +------------------------------------+ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * * InspIRCd: (C) 2002-2007 InspIRCd Development Team * See: http://www.inspircd.org/wiki/index.php/Credits * * This program is free but copyrighted software; see * the file COPYING for details. * * --------------------------------------------------- */ #include "inspircd.h" #include "configreader.h" #include "users.h" #include "commands/cmd_ping.h" extern "C" DllExport command_t* init_command(InspIRCd* Instance) { return new cmd_ping(Instance); } CmdResult cmd_ping::Handle (const char** parameters, int pcnt, userrec *user) { user->WriteServ("PONG %s :%s",ServerInstance->Config->ServerName,parameters[0]); return CMD_SUCCESS; } \ No newline at end of file