mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-02 22:08:36 -05:00
Add staff command
This commit is contained in:
parent
bcd65e7421
commit
824f1142d5
|
|
@ -655,6 +655,11 @@ var commands = exports.commands = {
|
|||
);
|
||||
},
|
||||
|
||||
staff: function (target, room, user) {
|
||||
if (!this.canBroadcast()) return;
|
||||
this.sendReplyBox("<a href=\"http://www.smogon.com/sim/staff_list\">Pokemon Showdown Staff List</a>");
|
||||
},
|
||||
|
||||
avatars: function (target, room, user) {
|
||||
if (!this.canBroadcast()) return;
|
||||
this.sendReplyBox('You can <button name="avatars">change your avatar</button> by clicking on it in the <button name="openOptions"><i class="icon-cog"></i> Options</button> menu in the upper right. Custom avatars are only obtainable by staff.');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user