The error i get with this code is:

* /: not connected to server

between / and : i got a new line $crlf chr, and i cant solve this, if i try remove the $crlf and test the script "one by one", then i get diffrent errors but not a clean update, it also for some reason miss the last } in the code, been testing this code over and over again, and still no go smirk the code i have in my test file is:
Code:
on *:load: { 
  echo -a Moooooooooooooooooooo
}

but when i get the file from the server, then it looks like:
Code:
on *:load: { 
  echo -a Moooooooooooooooooooo

and there is the missing bracket..

and this is what i find in the temporary.txt:
Code:
on *:load: { 

echo -a Moooooooooooooooooooo 

and one strange thing is that in the txt file it's no space between the the on *:load: { and the echo, but when i paste it here it get one empty line, maybe something to do with that?

by the way, mirc version 6.21 .. OS windows XP SP2.

Last edited by sparta; 12/09/07 04:12 PM.

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