From 803794eabab916724cd988e746a58e9bd102cfe2 Mon Sep 17 00:00:00 2001 From: skull132 Date: Fri, 23 Jan 2015 22:35:05 +0200 Subject: [PATCH] IsBanned Debug Adds a debug message as to when a blacklist check is completed. Enables us to actually time the check. --- code/modules/admin/IsBanned.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/admin/IsBanned.dm b/code/modules/admin/IsBanned.dm index 4fd58b08..8c44a438 100644 --- a/code/modules/admin/IsBanned.dm +++ b/code/modules/admin/IsBanned.dm @@ -52,6 +52,8 @@ world/IsBanned(key,address,computer_id) AddBan(ckey(key), computer_id, "Bad IP", "Automated Ban", 0, 0) return list("reason"="IP Blacklisted", "desc"="\nReason: This IP has been blacklisted from the server.\nIf you believe this is a mistake, please request help at [config.banappeals]") + msg_scopes("[key]'s blacklist check completed.") + if(config.ban_legacy_system) //Ban Checking