diff options
Diffstat (limited to 'include/commands/cmd_lusers.h')
-rw-r--r-- | include/commands/cmd_lusers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/commands/cmd_lusers.h b/include/commands/cmd_lusers.h index 38e309a8f..ebf2db852 100644 --- a/include/commands/cmd_lusers.h +++ b/include/commands/cmd_lusers.h @@ -30,6 +30,8 @@ class cmd_lusers : public command_t { public: + /** Constructor for lusers. + */ cmd_lusers (InspIRCd* Instance) : command_t(Instance,"LUSERS",0,0) { } CmdResult Handle(const char** parameters, int pcnt, userrec *user); }; |