Edit /unmute not muted message

Nitpicky. Makes it consistent with the other /un mod command messages
This commit is contained in:
Morfent 2014-05-24 01:59:41 -07:00
parent 7dd4d368db
commit d1ed6f7517

View File

@ -592,7 +592,7 @@ var commands = exports.commands = {
if (!this.can('mute', targetUser, room)) return false;
if (!targetUser.mutedRooms[room.id]) {
return this.sendReply("" + targetUser.name + " isn't muted.");
return this.sendReply("" + targetUser.name + " is not muted.");
}
this.addModCommand("" + targetUser.name + " was unmuted by " + user.name + ".");