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.
This commit is contained in:
HoeenHero 2018-09-08 10:41:22 -04:00
parent c494ac362a
commit dfd08e6d8d

View File

@ -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`);