mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-15 05:03:39 -05:00
Edit /unmute not muted message
Nitpicky. Makes it consistent with the other /un mod command messages
This commit is contained in:
parent
7dd4d368db
commit
d1ed6f7517
|
|
@ -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 + ".");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user