diff options
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)) |