mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-19 23:10:44 +01:00
AntiFlood: remove "user is whitelisted" log message
This commit is contained in:
parent
c4b71347bf
commit
55d7561479
@ -278,7 +278,6 @@ sub check_flood {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($self->{pbot}->{capabilities}->userhas($u, 'is-whitelisted')) {
|
if ($self->{pbot}->{capabilities}->userhas($u, 'is-whitelisted')) {
|
||||||
$self->{pbot}->{logger}->log("$nick!$user\@$host whitelisted, skipping anti-flood checking\n");
|
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user