mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-09-14 20:25:36 -05:00
Merge pull request #1347 from verbiage/master
Updating Tournament Help Gist
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user