summaryrefslogtreecommitdiff
path: root/modules/commands/help.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/help.cpp')
-rw-r--r--modules/commands/help.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/help.cpp b/modules/commands/help.cpp
index 252406590..e442a5f1f 100644
--- a/modules/commands/help.cpp
+++ b/modules/commands/help.cpp
@@ -19,7 +19,6 @@ class CommandHelp : public Command
CommandHelp(Module *creator) : Command(creator, "generic/help", 0)
{
this->SetDesc(_("Displays this list and give information about commands"));
- this->SetFlag(CFLAG_STRIP_CHANNEL);
this->SetFlag(CFLAG_ALLOW_UNREGISTERED);
}