1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 21:13:13 +02:00

Added amsg kicker settings to /bs info

This commit is contained in:
Adam
2011-01-18 18:41:16 -05:00
parent 4a3ee91c55
commit 34c6c664c9
4 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -471,7 +471,7 @@ class BSKick : public Module
Channel *c = (*it)->chan;
++it;
if (c->ci != NULL)
if (c->ci != NULL && c->ci->botflags.HasFlag(BS_KICK_AMSGS))
{
check_ban(c->ci, u, TTB_AMSGS);
bot_kick(c->ci, u, BOT_REASON_AMSGS);