Skip to content

Commit

Permalink
Scavengers: Add alias of ladder (smogon#3688)
Browse files Browse the repository at this point in the history
  • Loading branch information
CheeseMuffin authored and Zarel committed Jun 23, 2017
1 parent 46f9722 commit ca94b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat-plugins/scavengers.js
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ let commands = {

this.privateModCommand(`(${user.name} has reset the monthly scavengers ladder.)`);
},

top: 'ladder',
ladder: function (target, room, user) {
if (room.id !== 'scavengers') return this.errorReply("This command can only be used in the scavengers room.");
if (!this.runBroadcast()) return false;
Expand Down

0 comments on commit ca94b7d

Please sign in to comment.