From 27c7810e049676b876eacb20b9ceade3cd6ae0d9 Mon Sep 17 00:00:00 2001 From: Tigercat2000 Date: Sat, 5 Mar 2016 11:44:26 -0800 Subject: [PATCH] Change Watchlist to use send2adminirc instead of send2irc_adminless_only --- code/modules/client/client procs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index 6ddc2d51241..c4af5ea7455 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -373,7 +373,7 @@ var/watchreason = check_watchlist(sql_ckey) if(watchreason) message_admins("Notice: [key_name_admin(src)] is on the watchlist and has just connected - Reason: [watchreason]") - send2irc_adminless_only("Watchlist", "[key_name(src)] is on the watchlist and has just connected - Reason: [watchreason]") + send2adminirc("Watchlist - [key_name(src)] is on the watchlist and has just connected - Reason: [watchreason]") //Just the standard check to see if it's actually a number if(sql_id)