<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/4916" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2003-07-10T18:30:47-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/4916</id>

		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-07-10T18:30:47-04:00</updated>

		<published>2003-07-10T18:30:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23284#p23284</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23284#p23284"/>
		<title type="html"><![CDATA[Working http.tcl for windrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23284#p23284"><![CDATA[
as a mahter a fact i just asked the same thing few days early <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> should of looked over the forum <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><div class="codebox"><p>Code: </p><pre><code>source lib/tcl8.4/http2.4/http.tcl bind pub m !update update:pub proc update:pub {nick uhost hand chan arg} {   set out [lindex $arg 0]   set url [lindex [split $arg] 1]   set fid [open $out w+]   fconfigure $fid -translation binary   set body [http::data [set token [http::geturl $url -binary 1 -timeout 9999]]]   puts $fid $body   close $fid   http::cleanup $token   putquick "NOTICE $nick :Download complete." }</code></pre></div>well hope this is what you mean <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> look true the forum if you want more xplainations about on how or what it is <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> its in there hehe<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Thu Jul 10, 2003 6:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-07-06T17:14:47-04:00</updated>

		<published>2003-07-06T17:14:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23151#p23151</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23151#p23151"/>
		<title type="html"><![CDATA[Working http.tcl for windrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23151#p23151"><![CDATA[
Lo all<br><br>I'm looking for this file<br>I've download some and tried them but they aren't working well!<br>Is there someone who has running a bot with windrop and is using http.tcl?<br><br>Tnx in advance<br><br><br>Greetz<p>Statistics: Posted by Guest — Sun Jul 06, 2003 5:14 pm</p><hr />
]]></content>
	</entry>
	</feed>
