diff options
Diffstat (limited to 'include/commands/cmd_admin.h')
-rw-r--r-- | include/commands/cmd_admin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/commands/cmd_admin.h b/include/commands/cmd_admin.h index 3a8b2c68c..502140f17 100644 --- a/include/commands/cmd_admin.h +++ b/include/commands/cmd_admin.h @@ -29,6 +29,8 @@ class cmd_admin : public command_t { public: + /** Constructor for admin. + */ cmd_admin (InspIRCd* Instance) : command_t(Instance,"ADMIN",0,0) { syntax = "[<servername>]"; } CmdResult Handle(const char** parameters, int pcnt, userrec *user); }; |