mIRC Home    About    Download    Register    News    Help

Print Thread
#78283 06/04/04 11:52 PM
Joined: Feb 2004
Posts: 6
D
dandmbr Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: Feb 2004
Posts: 6
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,

#78284 07/04/04 12:14 AM
Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
on ^@*!:JOIN:#: {
haltdef

commands

halt
}



haltdef works together with the ^ to halt the default text display


Those who fail history are doomed to repeat it
#78285 07/04/04 09:21 AM
Joined: Feb 2004
Posts: 6
D
dandmbr Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: Feb 2004
Posts: 6
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,

#78286 11/04/04 06:35 PM
Joined: Apr 2004
Posts: 4
C
Self-satisified door
Offline
Self-satisified door
C
Joined: Apr 2004
Posts: 4
halt stops the script from activating/continuing
haltdef halts the default return allowing it to be replaced


Link Copied to Clipboard