mIRC Home    About    Download    Register    News    Help

Print Thread
#41926 15/08/03 03:53 AM
Joined: Jul 2003
Posts: 132
O
Vogon poet
OP Offline
Vogon poet
O
Joined: Jul 2003
Posts: 132
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
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
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.


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

#41929 15/08/03 04:39 AM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
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
}


new username: tidy_trax

Link Copied to Clipboard