From dfd08e6d8dc60955ebdfa010ea41fcc60950ab18 Mon Sep 17 00:00:00 2001 From: HoeenHero Date: Sat, 8 Sep 2018 10:41:22 -0400 Subject: [PATCH] Add more information to /help blacklist Alot of Room Owners have trouble remembering the /showblacklist command. This change makes it easier to find the command. --- chat-commands.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/chat-commands.js b/chat-commands.js index c15210f41a..1e22e4297b 100644 --- a/chat-commands.js +++ b/chat-commands.js @@ -2541,7 +2541,12 @@ const commands = { } return true; }, - blacklisthelp: [`/blacklist [username], [reason] - Blacklists the user from the room you are in for a year. Requires: # & ~`], + blacklisthelp: [ + `/blacklist [username], [reason] - Blacklists the user from the room you are in for a year. Requires: # & ~`, + `/unblacklist [username] - Unblacklists the user from the room you are in. Requires: # & ~`, + `/showblacklist OR /showbl - show a list of blacklisted users in the room. Requires: % @ # & ~`, + `/expiringblacklists OR /expiringbls - show a list of blacklisted users from the room whose blacklists are expiring in 3 months or less. Requires: % @ # & ~`, + ], battleban: function (target, room, user, connection) { if (!target) return this.parse(`/help battleban`);