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

(Created page with "{{mirc title|$halted Identifier}}'''$halted''' return $true if a previous event used {{mIRC|/halt}} or {{mIRC|/haltdef}} commands , $false otherwise. == Synopsis == <pre>$hal...")
 
m
 
(4 intermediate revisions by 3 users not shown)
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 ==
<pre>$haldef</pre>
+
<pre>$halted</pre>
  
 
== Paramters ==
 
== Paramters ==
Line 18: Line 19:
 
{{mIRC compatibility|5.4}}
 
{{mIRC compatibility|5.4}}
  
== See Also ==
+
== See also ==
{{mIRC|/halt}}
+
* {{mIRC|/halt}}
{{mIRC|/haltdef}}
+
* {{mIRC|/haltdef}}
{{mIRC|access level}}
+
* {{mIRC|access levels#.26_prefix|& prefix event}}
[[Category:MIRC identifiers]]
+
[[Category:mIRC identifiers|halted]]

Latest revision as of 16:08, 20 September 2017

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


Synopsis[edit]

$halted

Paramters[edit]

None

Properties[edit]

None

Example[edit]

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

Compatibility[edit]

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[edit]