Defines4
SymbolDescription
BANFLAG_AUTHIDAlways ban by authstring (for BanIdentity) if possible
BANFLAG_AUTOAuto-detects whether to ban by steamid or IP
BANFLAG_IPAlways ban by IP address
BANFLAG_NOKICKDoes not kick the client
Forwards3
SymbolDescription
OnBanClientCalled for calls to BanClient() with a non-empty command.
OnBanIdentityCalled for calls to BanIdentity() with a non-empty command.
OnRemoveBanCalled for calls to RemoveBan() with a non-empty command.
Functions3
SymbolDescription
BanClientBans a client.
BanIdentityBans an identity (either an IP address or auth string).
RemoveBanRemoves a ban that was written to the server (either in memory or on disk).