From a0e1f0551932d6e899329d6ce5d7621b2541bf5b Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Sun, 28 Jan 2018 14:25:07 -0600 Subject: [PATCH] Watchlist timestamps --- code/modules/admin/sql_message_system.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/sql_message_system.dm b/code/modules/admin/sql_message_system.dm index 38316c904f5..83b3d483806 100644 --- a/code/modules/admin/sql_message_system.dm +++ b/code/modules/admin/sql_message_system.dm @@ -335,7 +335,7 @@ proc/get_message_output(type, target_ckey) if(!query_message_read.warn_execute()) return if("watchlist entry") - message_admins("Notice: [key_name_admin(target_ckey)] is on the watchlist and has just connected - Reason: [text]") + message_admins("Notice: [key_name_admin(target_ckey)] has been on the watchlist since [timestamp] and has just connected - Reason: [text]") send2irc_adminless_only("Watchlist", "[key_name(target_ckey)] is on the watchlist and has just connected - Reason: [text]") if("memo") output += "Memo by [admin_ckey] on [timestamp]"