From WikiChip
$modefirst Identifier - mIRC
< mirc‎ | identifiers
Revision as of 22:38, 27 September 2015 by 83.204.132.149 (talk) (Created page with "{{mirc title|$modefirst Identifier}}'''$modefirst''' return $true if the channel event is the first to trigger, $false otherwise. == Synopsis == <pre>$modefirst</pre> == Par...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$modefirst return $true if the channel event is the first to trigger, $false otherwise.

Synopsis

$modefirst

Paramters

None

Properties

None

Example

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

Compatibility

Added: mIRC v6.32
Added on: 21 May 2008
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

$modelast $modespl