From WikiChip
Difference between revisions of "mirc/identifiers/$modelast"
< mirc‎ | identifiers

(Created page with "{{mirc title|$modelast Identifier}}'''$modelast''' return $true if the channel event is the last to trigger, $false otherwise. == Synopsis == <pre>$modelast</pre> == Paramte...")
(No difference)

Revision as of 22:40, 27 September 2015

$modelast return $true if the channel event is the last to trigger, $false otherwise.

Synopsis

$modelast

Paramters

None

Properties

None

Example

on *:op:#:{
echo -a $modelast
}
and send /mode #channel +oo nick1 nick2

Compatibility

Added: mIRC v5.6
Added on: 03 Jun 1999
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

$modefirst $modespl