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

Line 1: Line 1:
{{mirc title|$starting Identifier}}'''$starting''' return 1 in the {{mirc|on events/on start|on start}} event if mIRC is really starting, (on start could trigger after a /load command), 0 otherwise.
+
{{mirc title|$starting Identifier}}'''$starting''' return 1 in the {{mIRC|on events/on start|on start}} event if mIRC is really starting, (on start could trigger after a /load command), 0 otherwise.
  
 
== Synopsis ==
 
== Synopsis ==

Revision as of 17:00, 7 September 2015

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

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.


See Also

$exiting

on start