From WikiChip
Difference between revisions of "mirc/commands/haltdef"
< mirc‎ | commands

m (Bot: Adding a template)
m (Bot: Fixing links)
Line 29: Line 29:
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of identifiers - mIRC|List of identifiers]]
 
* [[List of identifiers - mIRC|List of identifiers]]
* [[/halt command - mIRC|/halt]]
+
* {{mIRC|/halt}}
* [[/return command - mIRC|/return]]
+
* {{mIRC|/return}}
 
{{mIRC command list}}
 
{{mIRC command list}}
  
 
[[Category:MIRC commands]]
 
[[Category:MIRC commands]]

Revision as of 18:44, 5 July 2014

The /haltdef command halts the default processing of an event. When mIRC is about to trigger an event, mIRC will first check for events that use the '^' prefix, and then check the regular events. After processing events using the '^' prefix, mIRC will apply the default action for that event, usually displaying text, but it can be highlighting a window etc.. Using /haltdef only have an effect inside an event using the '^' prefix, and will prevent mIRC from performing his default action.</p>


Synopsis

/haltdef

Switches

None

Parameters

None

Example

on ^*:op:#mIRC:{
  haltdef
  echo -t #mIRC OP : $opnick by $nick
}

Compatibility

Added: 5.4

Added On: 23/06/98


Note: Individual switches were not taken into consideration.

See also

[Expand]
v · d · e mIRC commands list