From WikiChip
Difference between revisions of "mirc/identifiers/$iel"
(Created page with "{{mirc title|$iel Identifier}}'''$iel''' returns the Nth address in the internal exception list == Synopsis == <pre>$iel(#chan,N)</pre> == Parameters == * '''#chan''' - the...") |
m (→Compatibility: This was added in v6.17) |
||
Line 17: | Line 17: | ||
== Compatibility == | == Compatibility == | ||
− | {{mIRC compatibility| | + | {{mIRC compatibility|6.17}} |
== See Also == | == See Also == |
Latest revision as of 22:59, 13 December 2024
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$iel returns the Nth address in the internal exception list
Synopsis[edit]
$iel(#chan,N)
Parameters[edit]
- #chan - the channel you want exceptions from
- N - the Nth exception address in the channel, use N = 0 for the total number of address
Properties[edit]
- .by - returns the nickname who set the exception
- .date - returns the date when the exception was set
- .ctime - returns the date when the exception was set, in $ctime format
Example[edit]
//echo -a $iel(#,0)
Compatibility[edit]
Added: mIRC v6.17
Added on: 17 Feb 2006
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.