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

(Synopsis)
m
Line 1: Line 1:
 
{{mirc title|$halted Identifier}}'''$halted''' return $true if a previous event used {{mIRC|/halt}} or {{mIRC|/haltdef}} commands , $false otherwise.
 
{{mirc title|$halted Identifier}}'''$halted''' return $true if a previous event used {{mIRC|/halt}} or {{mIRC|/haltdef}} commands , $false otherwise.
 +
  
 
== Synopsis ==
 
== Synopsis ==
Line 22: Line 23:
 
{{mIRC|/haltdef}}
 
{{mIRC|/haltdef}}
 
{{mIRC|access levels#.26_prefix|& prefix event}}
 
{{mIRC|access levels#.26_prefix|& prefix event}}
[[Category:MIRC identifiers]]
+
[[Category:mIRC identifiers|halted]]

Revision as of 16:06, 20 September 2017

$halted return $true if a previous event used /halt or /haltdef commands , $false otherwise.


Synopsis

$halted

Paramters

None

Properties

None

Example

on *:text:*:#:echo -a $haltdef

Compatibility

Added: mIRC v5.4
Added on: 23 Jun 1998
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

/halt /haltdef & prefix event