summaryrefslogtreecommitdiff
path: root/include/commands/cmd_summon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands/cmd_summon.h')
-rw-r--r--include/commands/cmd_summon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/commands/cmd_summon.h b/include/commands/cmd_summon.h
index d973df556..608bfe64c 100644
--- a/include/commands/cmd_summon.h
+++ b/include/commands/cmd_summon.h
@@ -33,6 +33,8 @@
class cmd_summon : public command_t
{
public:
+ /** Constructor for summon.
+ */
cmd_summon (InspIRCd* Instance) : command_t(Instance,"SUMMON",0,0) { }
CmdResult Handle(const char** parameters, int pcnt, userrec *user);
};