PM name fix

This commit is contained in:
SoundScopes
2015-06-08 19:20:35 +01:00
parent 7d5fc71e45
commit 3679a510e5
+3 -3
View File
@@ -111,13 +111,13 @@
var/options = ""
if(C.holder && C.holder.rights & (R_ADMIN|R_MOD|R_FUN|R_DEV))
options = "[get_options_bar(src, 1, 1, 1)]"
options = "[get_options_bar(src, 1, 1, 1)]" //Gib the information om nom nom
else
options = "[get_options_bar(src, 0, 0, 1)]"
options = "[get_options_bar(src, 0, 0, 1)]" //Hide it, just gib name
recieve_message = "<font color='[recieve_color]'>[recieve_pm_type] PM from-<b>[options]</b>: [msg]</font>"
C << recieve_message
src << "<font color='blue'>[send_pm_type]PM to-<b>[options]</b>: [msg]</font>"
src << "<font color='blue'>[send_pm_type]PM to-<b>[get_options_bar(C, 0, 0, 1)]</b>: [msg]</font>"
//play the recieving admin the adminhelp sound (if they have them enabled)
//non-admins shouldn't be able to disable this