From d9a4ab1d292b1c173b3fcf56fc2bb9b5c6785d3c Mon Sep 17 00:00:00 2001 From: verbiage Date: Fri, 5 Dec 2014 14:26:14 -0600 Subject: [PATCH] Updating Tournament Help Gist Removed a link to the original writer's paypal account. --- tournaments/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tournaments/index.js b/tournaments/index.js index 84f56dd1ff..ace756d296 100644 --- a/tournaments/index.js +++ b/tournaments/index.js @@ -842,7 +842,7 @@ CommandParser.commands.tournament = function (paramString, room, user) { "- runautodq: Manually run the automatic disqualifier.
" + "- getusers: Lists the users in the current tournament.
" + "- on/off: Enables/disables allowing mods to start tournaments.
" + - "More detailed help can be found here" + "More detailed help can be found here" ); } else if (cmd === 'on' || cmd === 'enable') { if (!this.can('tournamentsmanagement', null, room)) return;