From WikiChip
Difference between revisions of "mirc/identifiers/$starting"
(→Synopsis) |
|||
Line 2: | Line 2: | ||
== Synopsis == | == Synopsis == | ||
− | <pre>$starting/pre> | + | <pre>$starting</pre> |
== Paramters == | == Paramters == | ||
Line 24: | Line 24: | ||
{{mIRC|$exiting}} | {{mIRC|$exiting}} | ||
{{mIRC|on events/on start|on start}} | {{mIRC|on events/on start|on start}} | ||
+ | |||
[[Category:MIRC identifiers]] | [[Category:MIRC identifiers]] |
Revision as of 16:01, 7 September 2015
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$starting return 1 in the on start event if mIRC is really starting, (on start could trigger after a /load command), 0 otherwise.
Synopsis
$starting
Paramters
None
Properties
None
Example
on *:start:{ echo -s $starting }
Compatibility
Added: mIRC v7.23
Added on: 19 Mar 2012
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.