summaryrefslogtreecommitdiff
path: root/src/core/bs_help.c
diff options
context:
space:
mode:
authoradam- <adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-07-02 19:02:35 +0000
committeradam- <adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-07-02 19:02:35 +0000
commit4d19a783bd0dc0c6ed904850c7090e56df774655 (patch)
tree02a07a44b12fc82dd23fdbb0dccc17cbb2168002 /src/core/bs_help.c
parentbd6a593b6c564ae2d5e39f761fe8b16d0fa29236 (diff)
Really fix bug #1088
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2355 5417fbe8-f217-4b02-8779-1006273d7864
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)