This commit is contained in:
Nicolas Stepien 2012-02-01 20:57:43 +01:00
parent 771e9d7fe6
commit 9faa4ec3ff
2 changed files with 2 additions and 2 deletions

View File

@ -1730,7 +1730,7 @@
if (err) { if (err) {
if (err === 'You seem to have mistyped the verification.' || err === 'Connection error with sys.4chan.org.') { if (err === 'You seem to have mistyped the verification.' || err === 'Connection error with sys.4chan.org.') {
qr.cooldown.auto = !!$.get('captchas', []).length; qr.cooldown.auto = !!$.get('captchas', []).length;
qr.cooldown.set(10); qr.cooldown.set(2);
} else { } else {
qr.cooldown.auto = false; qr.cooldown.auto = false;
} }

View File

@ -1309,7 +1309,7 @@ qr =
qr.cooldown.auto = !!$.get('captchas', []).length qr.cooldown.auto = !!$.get('captchas', []).length
# Too many frequent mistyped captchas will auto-ban you! # Too many frequent mistyped captchas will auto-ban you!
# On connection error, the post most likely didn't go through. # On connection error, the post most likely didn't go through.
qr.cooldown.set 10 qr.cooldown.set 2
else # stop auto-posting else # stop auto-posting
qr.cooldown.auto = false qr.cooldown.auto = false
qr.status() qr.status()