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.

multi geturl help

Help for those learning Tcl or writing their own scripts.
Post Reply
i
iRoc

multi geturl help

Post by iRoc »

how to add these 2 links

anyone can help ?

Code: Select all

bind pub -!- !update update
proc update {nick uhost hand chan text} {
	set t [::http::geturl http://www.dsebd.org/displayCompany.php?name=1STPRIMFMF]
	set data [::http::data $t]
	::http::cleanup $t
Post Reply