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