Scavengers plugin: update /startofficialhunt

Remove the moderator+ restriction
This commit is contained in:
Quinton Lee 2015-12-07 00:15:38 -06:00
parent 0f86aa59d2
commit e89f06c664

View File

@ -41,7 +41,6 @@ exports.commands = {
return this.errorReply('You must specify three hints and three answers.');
}
if (cmd === 'startofficialhunt') {
if (!this.can('ban', null, room)) return false;
scavengers.blitz = setTimeout(function () {
scavengers.blitz = null;
}, 60000);
@ -144,7 +143,7 @@ exports.commands = {
'<br />' +
'<strong>Staff commands:</strong><br />' +
'- /starthunt <em>hint, answer, hint, answer, hint, answer</em> - Start a new scavenger hunt (Requires: % @ # & ~)<br />' +
'- /startofficialhunt <em>hint, answer, hint, answer, hint, answer</em> - Start an official hunt with 60 seconds blitz period (Requires: @ # & ~)<br />' +
'- /startofficialhunt <em>hint, answer, hint, answer, hint, answer</em> - Start an official hunt with 60 seconds blitz period (Requires: % @ # & ~)<br />' +
'- /endhunt - Finish the current hunt and announce the winners (Requires: % @ # & ~)<br />' +
'- /resethunt - Reset the scavenger hunt to mint status (Requires: % @ # & ~)'
);