diff options
author | Adam <Adam@anope.org> | 2011-09-03 00:17:01 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-09-10 02:05:56 -0400 |
commit | 19e0b87aa1f41c3aabf6afc87ecdc8517dd47af0 (patch) | |
tree | e81fc3d3b0b1ed04a2762bd3156094d4196e304d /modules/commands/bs_info.cpp | |
parent | 17ea4ed8f5c4b08668223897c6de87dd3bdd598c (diff) |
Removed /bs set msg
Diffstat (limited to 'modules/commands/bs_info.cpp')
-rw-r--r-- | modules/commands/bs_info.cpp | 7 |
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)) |