mirror of
https://github.com/anope/anope.git
synced 2026-06-28 18:16:38 +02:00
Rewrote the ignore code. Adds creator and reason to /os ignore list.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user