From 820f4391416e2bfcb5a218489fe9d722086701e8 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 21 Jun 2015 08:18:08 +0200 Subject: Multi::IRC: Increase delay between random quotes --- lib/Multi/IRC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Multi/IRC.pm b/lib/Multi/IRC.pm index 100e4967..b583e090 100644 --- a/lib/Multi/IRC.pm +++ b/lib/Multi/IRC.pm @@ -101,7 +101,7 @@ sub send_quote { sub set_quotew { my $idx = shift; - $quotew[$idx] = AE::timer +(4*3600)+rand()*(30*3600), 0, sub { + $quotew[$idx] = AE::timer +(8*3600)+rand()*(40*3600), 0, sub { send_quote($O{channels}[$idx]) if $irc->registered; set_quotew($idx); }; -- cgit v1.2.3