aboutsummaryrefslogtreecommitdiff
path: root/Plugin/Antiflood.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Plugin/Antiflood.pm')
-rw-r--r--Plugin/Antiflood.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/Plugin/Antiflood.pm b/Plugin/Antiflood.pm
index c133e77..3a79d0d 100644
--- a/Plugin/Antiflood.pm
+++ b/Plugin/Antiflood.pm
@@ -23,8 +23,6 @@ sub message {
my $channel = $where->[0];
my $nick = (split /!/, $who)[0];
- return if ($config{antiflood_on} == 0);
-
my $now = time();
push @{$lastmsg{$nick}}, $now;