OnRemoveBan Forward

Called for calls to RemoveBan() with a non-empty command.

Action OnRemoveBan(const char[] identity, int flags, const char[] command, any source)

Parameters

const char[] identity

Identity string being banned (authstring or ip).

int flags

Ban flags (only IP or AUTHID are valid here).

const char[] command

Command string to identify the ban source.

any source

Source value passed via BanIdentity().

Return Value

Plugin_Handled to block the actual unbanning.