mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-23 17:06:55 +01:00
[s] fixes client security autobans (#6820)
This commit is contained in:
@@ -24,8 +24,9 @@
|
||||
log_access("client security: banning [key_name(src)] [time == -1? "" : "for [time_displayed]"] | [message]")
|
||||
message_admins("client security: banning [key_name(src)] [time == -1? "" : "for [time_displayed]"] | [message]")
|
||||
add_system_note("client-security", "banned for [time_displayed]: [message]")
|
||||
qdel(src)
|
||||
AddBan(ckey, computer_id, "client-security: [message]", minutes = time)
|
||||
disconnection_message("Client Security - Autoban: [message]")
|
||||
qdel(src)
|
||||
|
||||
/**
|
||||
* queues a security kick
|
||||
|
||||
Reference in New Issue
Block a user