diff options
Diffstat (limited to 'include/commands/cmd_pass.h')
-rw-r--r-- | include/commands/cmd_pass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_pass.h b/include/commands/cmd_pass.h index 6cc48d423..922f12c02 100644 --- a/include/commands/cmd_pass.h +++ b/include/commands/cmd_pass.h @@ -28,7 +28,7 @@ class cmd_pass : public command_t { public: - cmd_pass (InspIRCd* Instance) : command_t(Instance,"PASS",0,1) { syntax = "<password>"; } + cmd_pass (InspIRCd* Instance) : command_t(Instance,"PASS",0,1,true) { syntax = "<password>"; } void Handle(const char** parameters, int pcnt, userrec *user); }; |