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

m
m
Line 6: Line 6:
  
 
== Paramters ==
 
== Paramters ==
 
 
None
 
None
  
 
== Properties ==
 
== Properties ==
 
 
None
 
None
  
Line 21: Line 19:
 
{{mIRC compatibility|5.6}}
 
{{mIRC compatibility|5.6}}
  
== See Also ==
+
== See also ==
{{mIRC|$modelast}}
+
* {{mIRC|$modelast}}
{{mIRC|$modespl}}
+
* {{mIRC|$modespl}}
 +
{{mIRC identifier list}}
 
[[Category:mIRC identifiers|modefirst]]
 
[[Category:mIRC identifiers|modefirst]]

Revision as of 15:51, 21 September 2017

$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 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

[Expand]
v · d · e mIRC identifier list