AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   What triggers the event server_addban? (https://forums.alliedmods.net/showthread.php?t=325704)

mrtn 07-03-2020 06:33

What triggers the event server_addban?
 
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:10Event   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:11Event   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:12Event   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!

alferd 07-03-2020 07:13

Re: What triggers the event server_addban?
 
Quote:

Originally Posted by mrtn (Post 2708373)
(SourceMod > Scripting)?

yes


All times are GMT -4. The time now is 17:14.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.