Mutes now inform the mutee who muted them

This commit is contained in:
Bjorn Neergaard
2016-02-08 06:05:36 -06:00
parent b3c503ebec
commit 41772873aa
+1 -1
View File
@@ -186,7 +186,7 @@
log_admin("[key_name(usr)] has [muteunmute] [key_name(whom)] from [mute_string]")
message_admins("[key_name_admin(usr)] has [muteunmute] [key_name_admin(whom)] from [mute_string].")
if(C)
C << "You have been [muteunmute] from [mute_string]."
C << "You have been [muteunmute] from [mute_string] by [key_name(usr, include_name = FALSE)]."
feedback_add_details("admin_verb","MUTE") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!