From b2a4de328b78cad79e5972bb8c047a7d8d1ecc00 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Wed, 8 Feb 2017 19:24:09 -0600 Subject: [PATCH] sql_message_system.dm update --- 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 037f69d281..15732e6218 100644 --- a/code/modules/admin/sql_message_system.dm +++ b/code/modules/admin/sql_message_system.dm @@ -332,7 +332,7 @@ proc/get_message_output(type, target_ckey) return if("watchlist entry") message_admins("Notice: [key_name_admin(target_ckey)] is on the watchlist and has just connected - Reason: [text]") - send2admindiscord("Watchlist", "[key_name(target_ckey)] is on the watchlist 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]" if(editor_ckey)