diff options
Diffstat (limited to 'include/commands/cmd_user.h')
-rw-r--r-- | include/commands/cmd_user.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/commands/cmd_user.h b/include/commands/cmd_user.h index b416225d5..1678e0af2 100644 --- a/include/commands/cmd_user.h +++ b/include/commands/cmd_user.h @@ -30,6 +30,8 @@ class cmd_user : public command_t { public: + /** Constructor for user. + */ cmd_user (InspIRCd* Instance) : command_t(Instance,"USER",0,4,true) { syntax = "<username> <localhost> <remotehost> <GECOS>"; } CmdResult Handle(const char** parameters, int pcnt, userrec *user); }; |