diff options
Diffstat (limited to 'lib/Multi')
-rw-r--r-- | lib/Multi/IRC.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Multi/IRC.pm b/lib/Multi/IRC.pm index d9101362..3da7e31b 100644 --- a/lib/Multi/IRC.pm +++ b/lib/Multi/IRC.pm @@ -117,7 +117,7 @@ sub send_quote { sub set_quotew { my $idx = shift; - $quotew[$idx] = AE::timer +(8*3600)+rand()*(40*3600), 0, sub { + $quotew[$idx] = AE::timer +(18*3600)+rand()*(72*3600), 0, sub { send_quote($O{channels}[$idx]) if $irc->registered; set_quotew($idx); }; |