summaryrefslogtreecommitdiff
path: root/include/commands/cmd_ping.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands/cmd_ping.h')
-rw-r--r--include/commands/cmd_ping.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/commands/cmd_ping.h b/include/commands/cmd_ping.h
index 7b22c35bb..e73b35a29 100644
--- a/include/commands/cmd_ping.h
+++ b/include/commands/cmd_ping.h
@@ -30,6 +30,8 @@
class cmd_ping : public command_t
{
public:
+ /** Constructor for ping.
+ */
cmd_ping (InspIRCd* Instance) : command_t(Instance,"PING",0,1) { syntax = "<servername> [:<servername>]"; }
CmdResult Handle(const char** parameters, int pcnt, userrec *user);
};