diff --git a/code/modules/admin/verbs/adminpm.dm b/code/modules/admin/verbs/adminpm.dm
index 44f0b861..8fb8c70f 100644
--- a/code/modules/admin/verbs/adminpm.dm
+++ b/code/modules/admin/verbs/adminpm.dm
@@ -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 = "[recieve_pm_type] PM from-[options]: [msg]"
C << recieve_message
- src << "[send_pm_type]PM to-[options]: [msg]"
+ src << "[send_pm_type]PM to-[get_options_bar(C, 0, 0, 1)]: [msg]"
//play the recieving admin the adminhelp sound (if they have them enabled)
//non-admins shouldn't be able to disable this