Haltdef » History » Revision 2
Revision 1 (Per Amundsen, 02/11/2014 03:31 PM) → Revision 2/3 (Per Amundsen, 02/06/2020 01:19 AM)
_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*
<pre>
on ^*:op:#channel:{
; Tell ;Tell AdiIRC to not display the usual message when someone is opped.
/haltdef
; Instead ;Instead display your own message.
/echo -t #channelOP : $opnick by $nick
}
</pre>