I'm new to this so I need a little(?) bit of help.
I right now have this working code:
on *:text:!temp22:#:{
var %a = 1, %b = $lines(c:\test.m)
while %a <= %b {
var %bday = $read(c:\test.m,nt,%a)
msg $chan n: %bday
inc %a
}
Now I would like to get the file from the web.
change the $read(c:\test.m,nt,%a) to doing like this $read(http://www.1.com/data.php,nt,%a) is there a simple way to do this?
/Boris