Change Watchlist to use send2adminirc instead of send2irc_adminless_only

This commit is contained in:
Tigercat2000
2016-03-05 11:44:26 -08:00
parent ea4462eb6c
commit 27c7810e04
+1 -1
View File
@@ -373,7 +373,7 @@
var/watchreason = check_watchlist(sql_ckey)
if(watchreason)
message_admins("<font color='red'><B>Notice: </B></font><font color='blue'>[key_name_admin(src)] is on the watchlist and has just connected - Reason: [watchreason]</font>")
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)