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