Added in 3.8

$protect

Returns $true if protect is enabled, otherwise $false.

see also /protect.


$protect(address|N)

Returns any matching address in the protect list, or the Nth address.

Parameters

Parameter Description
address Address to match.
N If N = 0, number of addresses, otherwise the Nth address.

Properties

Property Description
.type Returns the list of channels for this address.
.network Returns the network name for this address.

Example

; Check if 'nick!ident@host' is in the protect list.
//echo -g protect for nick!ident@host was $iif($protect(nick!ident@host), found, not found)