Change sage cooldown to 60s on /q/. See #856

This commit is contained in:
Nicolas Stepien 2012-12-19 14:23:04 +01:00
parent 19291a1771
commit 3ae93486f2
2 changed files with 2 additions and 2 deletions

View File

@ -1880,7 +1880,7 @@
return 300;
}
})(),
sage: g.BOARD === 'q' ? 600 : 60,
sage: 60,
file: g.BOARD === 'q' ? 300 : 30,
post: g.BOARD === 'q' ? 60 : 30
};

View File

@ -1446,7 +1446,7 @@ QR =
when 'q' then 86400
when 'b', 'soc', 'r9k' then 600
else 300
sage: if g.BOARD is 'q' then 600 else 60
sage: 60
file: if g.BOARD is 'q' then 300 else 30
post: if g.BOARD is 'q' then 60 else 30
QR.cooldown.cooldowns = $.get "#{g.BOARD}.cooldown", {}