summaryrefslogtreecommitdiff
path: root/src/botserv.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-12-23 18:39:54 -0500
committerAdam <Adam@anope.org>2010-12-23 18:39:54 -0500
commit3009540a00d392912affea5f2545134e2f657c01 (patch)
tree15be0334f0d50dd67e0ce86e4e9f6ea273225ae3 /src/botserv.cpp
parent265006b69176e1d8130284c63bcb50a1b67a426f (diff)
Rewrote the ignore code. Adds creator and reason to /os ignore list.
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)
{