From WikiChip
Difference between revisions of "mirc/identifiers/$modefirst"
(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...") |
(→Compatibility) |
||
Line 18: | Line 18: | ||
== Compatibility == | == Compatibility == | ||
− | {{mIRC compatibility|6 | + | {{mIRC compatibility|5.6}} |
== See Also == | == See Also == |
Revision as of 21:39, 27 September 2015
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$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.