Project

General

Profile

Actions

Haltdef » History » Revision 1

Revision 1/3 | Next »
Per Amundsen, 02/11/2014 03:31 PM


Added in 1.9.0

/haltdef

Tell's AdiIRC to not output it's own default text in a ^ event, without halting the entire script.

Example

on ^*:op:#channel:{
  ;Tell AdiIRC to not display the usual message when someone is opped.
  /haltdef

  ;Instead display your own message.
  /echo -t #channelOP : $opnick by $nick
}

Updated by Per Amundsen about 10 years ago · 1 revisions

Also available in: PDF HTML TXT