From 3eb35a876f782e89789187b22cc03aa21e239cad Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sat, 7 Mar 2020 18:33:33 -0800 Subject: [PATCH] Plugins/AntiRepeat: replace debug value with production value --- Plugins/AntiRepeat.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/AntiRepeat.pm b/Plugins/AntiRepeat.pm index e8377cf2..fe28aab2 100644 --- a/Plugins/AntiRepeat.pm +++ b/Plugins/AntiRepeat.pm @@ -126,7 +126,7 @@ sub on_public { if (keys %{$self->{offenses}->{$account}} == 0) { delete $self->{offenses}->{$account}; } } - }, 10, "antirepeat offense-- $account $channel", 1 + }, 60 * 60 * 2, "antirepeat offense-- $account $channel", 1 ); $self->{pbot}->{logger}->log("$nick!$user\@$host triggered anti-repeat; offense $self->{offenses}->{$account}->{$channel}->{offenses}\n");