mIRC Homepage
Posted By: dandmbr Halting Events - 06/04/04 11:52 PM
I have a script that starts...

on ^@*!:JOIN:#: {

and ends

halt
}

This script works perfectly for me and as part of it replaces the default join text with my own using echo of course.

I have given this script to other Ops on my channel and they tell me they still see both the default join text and my replacement text... How can this be please?

All on mIRC 6.14 btw,

Thanks,
Posted By: landonsandor Re: Halting Events - 07/04/04 12:14 AM
on ^@*!:JOIN:#: {
haltdef

commands

halt
}



haltdef works together with the ^ to halt the default text display
Posted By: dandmbr Re: Halting Events - 07/04/04 09:21 AM
I don't understand why the haltdef is required. In my script I have halt as the last line which is also supposed to halt the default text display.

As I said, this script works perfectly for me as is, and does halt the default text. When I give it to someone else using the same version of mIRC it doesn't halt the default text.

How can that be?

Thanks,
Posted By: Comanchee Re: Halting Events - 11/04/04 06:35 PM
halt stops the script from activating/continuing
haltdef halts the default return allowing it to be replaced
© mIRC Discussion Forums