summaryrefslogtreecommitdiff
path: root/src/core/cs_help.c
diff options
context:
space:
mode:
authoradam- <adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-06-28 18:49:07 +0000
committeradam- <adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-06-28 18:49:07 +0000
commit712cbb540c41e56115061be296f419e21111bedd (patch)
tree90c3173ffc6818b8bfff7cf7abb677c6b9f6c1c5 /src/core/cs_help.c
parent108cf5e60d43486235349bce3ae7aa8b2b4dae7f (diff)
Add ability for fantasy to be disabled for some commands and strip the channel name from them
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2341 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core/cs_help.c')
-rw-r--r--src/core/cs_help.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/cs_help.c b/src/core/cs_help.c
index 4d7011440..2cc334f65 100644
--- a/src/core/cs_help.c
+++ b/src/core/cs_help.c
@@ -21,6 +21,7 @@ class CommandCSHelp : public Command
CommandCSHelp() : Command("HELP", 1, 1)
{
this->SetFlag(CFLAG_ALLOW_UNREGISTERED);
+ this->SetFlag(CFLAG_STRIP_CHANNEL);
}
CommandReturn Execute(User *u, std::vector<std::string> &params)