Can someone tell me whats wrong with this peice of Code:
set token [http::geturl lightning-bolt.kicks-ass.net]
set html [http::data $token]
foreach line $html {
putserv "PRIVMSG $nick :$line"
}
return
}
-----------------------------------------------------------------------
I get this error: [ 19:47:57 ] <Lightning-Bolt> [19:46] Tcl error [pub_parsecmd]: list element in quotes followed by ">" instead of space
? btw that url addy above is only temp testing.. for now..
anyhow any help on why I cant get that to work would be great...
I need this code so I can set up a update checker on my website for my script.. something like that.. anyhow thanks in advanced..
Mike.