Update adminpm.dm (#7008)

This commit is contained in:
Nichlas Pihl
2019-11-05 01:29:26 +00:00
committed by alexkar598
parent e35264f0d2
commit d396b3fe08

View File

@@ -195,7 +195,7 @@
to_chat(recipient, "<span class='adminsay'><i>Click on the administrator's name to reply.</i></span>")
to_chat(src, "<span class='notice'>Admin PM to-<b>[key_name(recipient, src, 1)]</b>: <span class='linkify'>[msg]</span></span>")
admin_ticket_log(recipient, "PM From [src]: [msg]")// yogs - Yog Tickets
admin_ticket_log(recipient, "PM From [src]: [msg]", FALSE)// yogs - Yog Tickets
//always play non-admin recipients the adminhelp sound
SEND_SOUND(recipient, sound('sound/effects/adminhelp.ogg'))