Got it work now! bind pub - haloo lollero proc lollero {nick host handle chan text} { package require tdom package require http set url "http://www.ampparit.com/xml.php?cat=13" set page [::http::data [::http::geturl $url]] set doc [dom parse $page] set root [$doc documentElement] set node...