summaryrefslogtreecommitdiff
path: root/src/core/bs_help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/bs_help.c')
-rw-r--r--src/core/bs_help.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/bs_help.c b/src/core/bs_help.c
index 92a595a1d..dde26b081 100644
--- a/src/core/bs_help.c
+++ b/src/core/bs_help.c
@@ -21,6 +21,7 @@ class CommandBSHelp : public Command
CommandBSHelp() : Command("HELP", 1, 1)
{
this->SetFlag(CFLAG_ALLOW_UNREGISTERED);
+ this->SetFlag(CFLAG_STRIP_CHANNEL);
}
CommandReturn Execute(User *u, std::vector<std::string> &params)