From WikiChip
$ignore Identifier - mIRC
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$ignore returns the Nth address in the ignore list.
Synopsis
$ignore(N|address)
Parameters
- N - The Nth address in the ignore list, if N = 0, returns the total number of ignored addresses.
- address - An address that is currently ignored, the first matching address is used.
Note: without a parameter, $ignore returns $true if ignore is on $false otherwise
Properties
- .type - returns the ignore flag for the ignored address
- .secs - returns the number of seconds until ignore is removed if /ignore -uN were used.
- .network - returns the network associated with the ignored address
Example
//echo -a $ignore(0)
Compatibility
Added: mIRC v5.1
Added on: 28 Aug 1997
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.