until now i used some kinda code like this (written just to show what i mean):
Code: Select all
if {$site_data(0) != $site_newdata(0)} {
putserv "PRIVMSG #chan :$site_newdata(0)"
set site_data(0) $site_newdata(0)
}
if there have been x new entrys on the page the array shifts down by x entrys
but : how do i check for this data and make a loop for the output ?