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