summaryrefslogtreecommitdiff
path: root/include/commands/cmd_users.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands/cmd_users.h')
-rw-r--r--include/commands/cmd_users.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/commands/cmd_users.h b/include/commands/cmd_users.h
index 4bcd27017..4bc383a00 100644
--- a/include/commands/cmd_users.h
+++ b/include/commands/cmd_users.h
@@ -33,6 +33,8 @@
class cmd_users : public command_t
{
public:
+ /** Constructor for users.
+ */
cmd_users (InspIRCd* Instance) : command_t(Instance,"USERS",0,0) { }
CmdResult Handle(const char** parameters, int pcnt, userrec *user);
};