Fix #156
This commit is contained in:
parent
771e9d7fe6
commit
9faa4ec3ff
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user