summaryrefslogtreecommitdiff
path: root/include/commands/cmd_user.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands/cmd_user.h')
-rw-r--r--include/commands/cmd_user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_user.h b/include/commands/cmd_user.h
index b8e3201c1..f529f6108 100644
--- a/include/commands/cmd_user.h
+++ b/include/commands/cmd_user.h
@@ -31,7 +31,7 @@
class cmd_user : public command_t
{
public:
- cmd_user () : command_t("USER",0,4) { syntax = "<username> <localhost> <remotehost> <GECOS>"; }
+ cmd_user (InspIRCd* Instance) : command_t(Instance,"USER",0,4) { syntax = "<username> <localhost> <remotehost> <GECOS>"; }
void Handle(const char** parameters, int pcnt, userrec *user);
};