diff --git a/config/commands.js b/config/commands.js
index d7717e95f8..784a4fff14 100644
--- a/config/commands.js
+++ b/config/commands.js
@@ -655,6 +655,11 @@ var commands = exports.commands = {
);
},
+ staff: function (target, room, user) {
+ if (!this.canBroadcast()) return;
+ this.sendReplyBox("Pokemon Showdown Staff List");
+ },
+
avatars: function (target, room, user) {
if (!this.canBroadcast()) return;
this.sendReplyBox('You can by clicking on it in the menu in the upper right. Custom avatars are only obtainable by staff.');