This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 1 match

by mikele
Tue Mar 20, 2007 6:45 am
Forum: Scripting Help
Topic: problem with http error
Replies: 2
Views: 2406

problem with http error

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...