From WikiChip
$modelast Identifier - mIRC
< mirc‎ | identifiers
Revision as of 22:40, 27 September 2015 by 83.204.132.149 (talk) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$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