Hi, I have here a script which display the status of the user proc web:read {nick host hand chan arg} { global url if {[llength $arg] == 0} { set statususer [split $nick] } else { set statususer [split $arg] } ::http::config -useragent "Mozilla/4.75 (X11; U; FreeBSD 6.1; i586; Nav)" set ht...