summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/docs/146
-rw-r--r--lib/Multi/IRC.pm2
2 files changed, 4 insertions, 4 deletions
diff --git a/data/docs/14 b/data/docs/14
index f53ee2f1..a4582dd2 100644
--- a/data/docs/14
+++ b/data/docs/14
@@ -11,7 +11,7 @@
:SUB:Tags
<p>
- <b>URL:</b> <a href="http://vndb.org/api/tags.json.gz">http://vndb.org/api/tags.json.gz</a><br />
+ <b>URL:</b> <a href="https://vndb.org/api/tags.json.gz">https://vndb.org/api/tags.json.gz</a><br />
<b>Updated:</b> Every 24 hours.<br />
<b>Size:</b> ~190 KiB compressed, ~650 KiB uncompressed.<br />
This dump includes information about all (approved) VN tags in the JSON
@@ -82,7 +82,7 @@
:SUB:Traits
<p>
- <b>URL:</b> <a href="http://vndb.org/api/traits.json.gz">http://vndb.org/api/traits.json.gz</a><br />
+ <b>URL:</b> <a href="https://vndb.org/api/traits.json.gz">https://vndb.org/api/traits.json.gz</a><br />
<b>Updated:</b> Every 24 hours.<br />
<b>Size:</b> ~220 KiB compressed, ~680 KiB uncompressed.<br />
This dump includes information about all (approved) character traits in the
@@ -150,7 +150,7 @@
:SUB:Votes
<p>
- <b>URL:</b> <a href="http://vndb.org/api/votes.gz">http://vndb.org/api/votes.gz</a><br />
+ <b>URL:</b> <a href="https://vndb.org/api/votes.gz">https://vndb.org/api/votes.gz</a><br />
<b>Updated:</b> Every 24 hours.<br />
<b>Size:</b> ~1.2 MiB compressed, ~3.5 MiB uncompressed.<br />
This dump contains the VN votes of all users who did not mark their vote list
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);
};