mIRC Home    About    Download    Register    News    Help

Print Thread
#41926 15/08/03 03:53 AM
Joined: Jul 2003
Posts: 129
O
Vogon poet
OP Offline
Vogon poet
O
Joined: Jul 2003
Posts: 129
what is REAL diference between halt and haltdef, i saw something in help file but i still cannot understand, can anyone nice explain it to me?

#41927 15/08/03 03:54 AM
P
pheonix
pheonix
P
halt: halts a current executing script.
haltdef: halts mirc default display so you can create your own, e.g: using haltdef on join will stop mirc echoing anything, so then u can create your own.

#41928 15/08/03 04:13 AM
Joined: Jul 2003
Posts: 129
O
Vogon poet
OP Offline
Vogon poet
O
Joined: Jul 2003
Posts: 129
okay. thanx much

#41929 15/08/03 04:39 AM
P
pheonix
pheonix
P
np smile
keep in mind when using haltdef you have to prefix an event with "^" e.g:
on ^*:JOIN:#:{
echo -s $nick joined $chan
haltdef
}


Link Copied to Clipboard