diff options
Diffstat (limited to 'include/commands/cmd_info.h')
-rw-r--r-- | include/commands/cmd_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/commands/cmd_info.h b/include/commands/cmd_info.h index b7bce15cf..912e56f2d 100644 --- a/include/commands/cmd_info.h +++ b/include/commands/cmd_info.h @@ -30,6 +30,8 @@ class cmd_info : public command_t { public: + /** Constructor for info. + */ cmd_info (InspIRCd* Instance) : command_t(Instance,"INFO",0,0) { syntax = "[<servermask>]"; } CmdResult Handle(const char** parameters, int pcnt, userrec *user); }; |