missed tags

This commit is contained in:
Kashargul
2024-01-21 12:44:12 +01:00
parent e4b62dfa35
commit 1444a224a3
8 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
//check if the IP address is a known TOR node
if(config && config.ToRban && ToRban_isbanned(address))
log_adminwarn("Failed Login: [src] - Banned: ToR")
message_admins(span_blue("Failed Login: [src] - Banned: ToR</font>"))
message_admins(span_blue("Failed Login: [src] - Banned: ToR"))
//ban their computer_id and ckey for posterity
AddBan(ckey(key), computer_id, "Use of ToR", "Automated Ban", 0, 0)
return list("reason"="Using ToR", "desc"="\nReason: The network you are using to connect has been banned.\nIf you believe this is a mistake, please request help at [config.banappeals]")