mIRC Homepage
Posted By: LostServ haltdef.. - 29/07/04 05:34 AM
Wouldnt you use haltdef to say make your on join/part script where you can make the joins and part look how u want for instance:

on *:JOIN:#: { haltdef | echo -a >> $nick has joined $chan }

but that didn't work..
Posted By: theRat Re: haltdef.. - 29/07/04 07:50 AM
on ^*:JOIN:#: { echo -a >> $nick has joined $chan | haltdef }
Posted By: LostServ Re: haltdef.. - 29/07/04 08:08 AM
had it backwards :P, thanks
Posted By: qwerty Re: haltdef.. - 29/07/04 08:27 AM
/haltdef being the first command was not the problem. /haltdef can be placed anywhere in the script, unlike /halt. The problem was that you were missing the ^ prefix.
Posted By: LostServ Re: haltdef.. - 29/07/04 10:35 AM
Oh, ok so what is the ^ prefix for, i'm missing somthing..but I do hae it wokring now, thanks again.
Posted By: Seifer Re: haltdef.. - 29/07/04 11:31 AM
The ^ prefix is for halting the default message.

/help halting default text
Posted By: LostServ Re: haltdef.. - 29/07/04 11:46 AM
Thanks Seifer
Posted By: qwerty Re: haltdef.. - 29/07/04 12:07 PM
Actually the ^ prefix is for making the event trigger before the default action. /halt is what halts the default action. So, ^ is needed because it makes no sense to /halt something after it has happened.
Posted By: LostServ Re: haltdef.. - 29/07/04 12:28 PM
Battle of the scripters!
wink
Posted By: Seifer Re: haltdef.. - 29/07/04 05:17 PM
If you wanna get technical... lol
© mIRC Discussion Forums