Hi there
I have a plugin that records (almost) all events and noticed the `server_addban` event is called periodically. The server has no Sourcemod plugins enabled (other than the event logging plugin). Here is a snippet of the last occurrence:
PHP Code:
L 07/02/2020 - 23:32:10: Event > Fired event "server_addban" ("name"(string) = "") ("userid"(short) = "0") ("networkid"(string) = "") ("ip"(string) = "49.69.145.89") ("duration"(string) = "permanently") ("by"(string) = "Console") ("kicked"(bool) = "false")
L 07/02/2020 - 23:32:11: Event > Fired event "server_addban" ("name"(string) = "") ("userid"(short) = "0") ("networkid"(string) = "") ("ip"(string) = "49.69.145.89") ("duration"(string) = "permanently") ("by"(string) = "Console") ("kicked"(bool) = "false")
L 07/02/2020 - 23:32:12: Event > Fired event "server_addban" ("name"(string) = "") ("userid"(short) = "0") ("networkid"(string) = "") ("ip"(string) = "49.69.145.89") ("duration"(string) = "permanently") ("by"(string) = "Console") ("kicked"(bool) = "false")
Documentation on this event is limited to the data structure:
https://wiki.alliedmods.net/Generic_...#server_addban
What causes this event / where does the event originate from?
EDIT: Posted this in the wrong section, apologies! Please may you delete or move to the correct place (SourceMod > Scripting)?
Cheers!