mIRC Home    About    Download    Register    News    Help

Print Thread
Page 2 of 2 1 2
#63493 11/12/03 02:26 AM
Joined: Oct 2003
Posts: 80
R
Babel fish
Offline
Babel fish
R
Joined: Oct 2003
Posts: 80
ok i just did a test on 6.12 using:

------------------------------------------
on *^:open:?: { halt }
------------------------------------------
it does not seem to be mirc


RockHound
#63494 11/12/03 02:32 AM
Joined: Dec 2002
Posts: 174
K
Kev_Uk Offline OP
Vogon poet
OP Offline
Vogon poet
K
Joined: Dec 2002
Posts: 174
I don't understand what it could be, i looked at my other scripts and doesn't look like any possible conflicts stopping it from working

#63495 11/12/03 02:43 AM
Joined: Oct 2003
Posts: 80
R
Babel fish
Offline
Babel fish
R
Joined: Oct 2003
Posts: 80
Ive always found my mistake in the last place i look. probably a small typo.


RockHound
#63496 11/12/03 02:38 PM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
try put the line in a empty remote file.. and see if that helps..
Code:
on *^:open:?: { halt }

but i would do it with a echo instead, then you can see if it works and still get the msg..
Code:
on *^:open:?: { echo -a Working OK }


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Page 2 of 2 1 2

Link Copied to Clipboard