diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 16b94ba54e..19768f7465 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