diff options
Diffstat (limited to 'src/core/hs_help.c')
-rw-r--r-- | src/core/hs_help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hs_help.c b/src/core/hs_help.c index 8e542602b..86c12223d 100644 --- a/src/core/hs_help.c +++ b/src/core/hs_help.c @@ -20,6 +20,7 @@ class CommandHSHelp : public Command public: CommandHSHelp() : Command("HELP", 1, 1) { + this->SetFlag(CFLAG_ALLOW_UNREGISTERED); } CommandReturn Execute(User *u, std::vector<std::string> ¶ms) |