diff options
Diffstat (limited to 'include/commands/cmd_squit.h')
-rw-r--r-- | include/commands/cmd_squit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/commands/cmd_squit.h b/include/commands/cmd_squit.h index 299b37558..082ffff6f 100644 --- a/include/commands/cmd_squit.h +++ b/include/commands/cmd_squit.h @@ -33,6 +33,8 @@ class cmd_squit : public command_t { public: + /** Constructor for squit. + */ cmd_squit (InspIRCd* Instance) : command_t(Instance,"SQUIT",'o',1) { syntax = "<servername> [<reason>]"; } CmdResult Handle(const char** parameters, int pcnt, userrec *user); }; |