Project

General

Profile

Actions

Halt » History » Revision 1

Revision 1/2 | Next »
Per Amundsen, 02/11/2014 03:28 PM


Added in 1.9.1

/halt

Halts a script and prevents any further processing.

If used in a event with ^ prefix, will stop AdiIRC from showing the default text for that event.

Example

alias example {
  ;Echo 'some text!'-
  /echo -a Some text!

  ;Halt the script.
  /halt

  ;Echo some more text, but this line will never be executed.
  /echo -a This echo command will never execute
}

Updated by Per Amundsen about 10 years ago · 1 revisions

Also available in: PDF HTML TXT