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 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); }; |