From WikiChip
$ibl Identifier - mIRC
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$ibl returns the Nth address in the internal ban list
Synopsis[edit]
$ibl(#chan,N)
Parameters[edit]
- #chan - the channel you want ban from
- N - the Nth banned address in the channel, use N = 0 for the total number of address
Properties[edit]
- .by - returns the nickname who set the ban
- .date - returns the date when the ban was set
- .ctime - returns the date when the ban was set, in $ctime format
Example[edit]
//echo -a $ibl(#,0)
Compatibility[edit]
Added: mIRC v5.8
Added on: 05 Sep 2000
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.