summaryrefslogtreecommitdiff
path: root/modules/commands/bs_info.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-09-03 00:17:01 -0400
committerAdam <Adam@anope.org>2011-09-10 02:05:56 -0400
commit19e0b87aa1f41c3aabf6afc87ecdc8517dd47af0 (patch)
treee81fc3d3b0b1ed04a2762bd3156094d4196e304d /modules/commands/bs_info.cpp
parent17ea4ed8f5c4b08668223897c6de87dd3bdd598c (diff)
Removed /bs set msg
Diffstat (limited to 'modules/commands/bs_info.cpp')
-rw-r--r--modules/commands/bs_info.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/commands/bs_info.cpp b/modules/commands/bs_info.cpp
index 0dbec9e29..7ac7d67e3 100644
--- a/modules/commands/bs_info.cpp
+++ b/modules/commands/bs_info.cpp
@@ -173,13 +173,6 @@ class CommandBSInfo : public Command
else
source.Reply(_(" AMSG kicker : %s"), DISABLED);
- if (ci->botflags.HasFlag(BS_MSG_PRIVMSG))
- source.Reply(_(" Fantasy reply : %s"), "PRIVMSG");
- else if (ci->botflags.HasFlag(BS_MSG_NOTICE))
- source.Reply(_(" Fantasy reply : %s"), "NOTICE");
- else if (ci->botflags.HasFlag(BS_MSG_NOTICEOPS))
- source.Reply(_(" Fantasy reply : %s"), "NOTICEOPS");
-
end = buf;
*end = 0;
if (ci->botflags.HasFlag(BS_DONTKICKOPS))