From WikiChip
Difference between revisions of "mirc/identifiers/$banlist"
(Created page with "{{mirc title|$banlist Identifier}}{{Deprecated feature|new={{mIRC|$ibl}}}}'''$banlist''' returns the Nth address in the internal ban list == Synopsis == <pre>$banlist(#chan,N...") |
(No difference)
|
Latest revision as of 14:42, 9 February 2018
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
Note: This feature has essentially been replaced by $ibl.$banlist returns the Nth address in the internal ban list
Synopsis[edit]
$banlist(#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 $banlist(#,0)
Compatibility[edit]
Added: mIRC v5.71
Added on: 07 May 2000
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.