OnRemoveBan

Last Updated2016-09-17
Created At2007-09-14

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

forward 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

Action Plugin_Handled to block the actual unbanning.