diff options
author | adam- <adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-07-02 19:02:35 +0000 |
---|---|---|
committer | adam- <adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-07-02 19:02:35 +0000 |
commit | 4d19a783bd0dc0c6ed904850c7090e56df774655 (patch) | |
tree | 02a07a44b12fc82dd23fdbb0dccc17cbb2168002 /src/core/bs_bot.c | |
parent | bd6a593b6c564ae2d5e39f761fe8b16d0fa29236 (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_bot.c')
-rw-r--r-- | src/core/bs_bot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/bs_bot.c b/src/core/bs_bot.c index 9b1fed9a6..96f72c336 100644 --- a/src/core/bs_bot.c +++ b/src/core/bs_bot.c @@ -350,6 +350,7 @@ class CommandBSBot : public Command public: CommandBSBot() : Command("BOT", 1, 6) { + this->SetFlag(CFLAG_STRIP_CHANNEL); } CommandReturn Execute(User *u, std::vector<std::string> ¶ms) |