Merge pull request #1347 from verbiage/master

Updating Tournament Help Gist
This commit is contained in:
Slayer95
2014-12-05 16:24:18 -05:00

View File

@@ -842,7 +842,7 @@ CommandParser.commands.tournament = function (paramString, room, user) {
"- runautodq: Manually run the automatic disqualifier.<br />" +
"- getusers: Lists the users in the current tournament.<br />" +
"- on/off: Enables/disables allowing mods to start tournaments.<br />" +
"More detailed help can be found <a href=\"https://gist.github.com/kotarou3/7872574\">here</a>"
"More detailed help can be found <a href=\"https://gist.github.com/verbiage/0846a552595349032fbe\">here</a>"
);
} else if (cmd === 'on' || cmd === 'enable') {
if (!this.can('tournamentsmanagement', null, room)) return;