From e89f06c6643d409a142ea8bba3c1910928b5d548 Mon Sep 17 00:00:00 2001 From: Quinton Lee Date: Mon, 7 Dec 2015 00:15:38 -0600 Subject: [PATCH] Scavengers plugin: update /startofficialhunt Remove the moderator+ restriction --- chat-plugins/scavengers.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chat-plugins/scavengers.js b/chat-plugins/scavengers.js index 0f2459aa3d..d26c30fd2b 100644 --- a/chat-plugins/scavengers.js +++ b/chat-plugins/scavengers.js @@ -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 = { '
' + 'Staff commands:
' + '- /starthunt hint, answer, hint, answer, hint, answer - Start a new scavenger hunt (Requires: % @ # & ~)
' + - '- /startofficialhunt hint, answer, hint, answer, hint, answer - Start an official hunt with 60 seconds blitz period (Requires: @ # & ~)
' + + '- /startofficialhunt hint, answer, hint, answer, hint, answer - Start an official hunt with 60 seconds blitz period (Requires: % @ # & ~)
' + '- /endhunt - Finish the current hunt and announce the winners (Requires: % @ # & ~)
' + '- /resethunt - Reset the scavenger hunt to mint status (Requires: % @ # & ~)' );