summaryrefslogtreecommitdiff
path: root/src/botserv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/botserv.cpp')
-rw-r--r--src/botserv.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/botserv.cpp b/src/botserv.cpp
index ddd8dc15f..c42cfbd05 100644
--- a/src/botserv.cpp
+++ b/src/botserv.cpp
@@ -312,10 +312,6 @@ void botchanmsgs(User *u, ChannelInfo *ci, const Anope::string &buf)
}
}
- /* return if the user is on the ignore list */
- if (get_ignore(u->nick))
- return;
-
/* Fantaisist commands */
if (ci->botflags.HasFlag(BS_FANTASY) && buf[0] == Config->BSFantasyCharacter[0] && !was_action)
{