From 58430c03a72f1429bba29a325cce8d46e8885f33 Mon Sep 17 00:00:00 2001 From: Chinsky Date: Fri, 18 Apr 2014 23:25:21 +0400 Subject: [PATCH] Lets everyone delete AdminBot's notes. Fuck robot rights. --- code/modules/admin/admin.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 16b94ba54e2..19768f74654 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -275,7 +275,7 @@ var/global/floorIsLava = 0 I.rank = "N/A" update_file = 1 dat += "[I.content] by [I.author] ([I.rank]) on [I.timestamp] " - if(I.author == usr.key) + if(I.author == usr.key || I.author == "Adminbot") dat += "Remove" dat += "

" if(update_file) info << infos