<?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/11902" />

	<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>2006-05-26T11:18:02-04:00</updated>

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

		<entry>
		<author><name><![CDATA[NTHosts]]></name></author>
		<updated>2006-05-26T11:18:02-04:00</updated>

		<published>2006-05-26T11:18:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63428#p63428</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63428#p63428"/>
		<title type="html"><![CDATA[...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63428#p63428"><![CDATA[
If not try this, always worked for me <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><div class="codebox"><p>Code: </p><pre><code>package require httpbind pub - !test fooproc foo {n u h c t} {   set x [::http::geturl http://bar.com/moo.txt]   foreach e [split [::http::data $x] \n] {puthelp "privmsg $c :$e"}   ::http::cleanup $x} </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6839">NTHosts</a> — Fri May 26, 2006 11:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2006-05-26T10:08:38-04:00</updated>

		<published>2006-05-26T10:08:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63423#p63423</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63423#p63423"/>
		<title type="html"><![CDATA[read .txt from web]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63423#p63423"><![CDATA[
you should invoke ::http::cleanup at the end of your proc (check the manual for details)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Fri May 26, 2006 10:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-05-26T09:57:00-04:00</updated>

		<published>2006-05-26T09:57:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63420#p63420</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63420#p63420"/>
		<title type="html"><![CDATA[read .txt from web]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63420#p63420"><![CDATA[
your url must now be a weburl (check var names) <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz">.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Fri May 26, 2006 9:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[.pt]]></name></author>
		<updated>2006-05-26T09:02:38-04:00</updated>

		<published>2006-05-26T09:02:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63412#p63412</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63412#p63412"/>
		<title type="html"><![CDATA[read .txt from web]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63412#p63412"><![CDATA[
same thing, my url ends in .txt and not in html.. maybe thats why?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6989">.pt</a> — Fri May 26, 2006 9:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2006-05-25T19:29:36-04:00</updated>

		<published>2006-05-25T19:29:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63384#p63384</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63384#p63384"/>
		<title type="html"><![CDATA[read .txt from web]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63384#p63384"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>package require httpset weburl "http://your.site/page.html"bind pub - !command web:readproc web:read {n u h c t} {   ::http::config -useragent "Mozilla/4.75 (X11; U; FreeBSD 6.1; i586; Nav)"   set http [::http::data [::http::geturl $::weburl]]   putserv "PRIVMSG $c $http"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Thu May 25, 2006 7:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[.pt]]></name></author>
		<updated>2006-05-25T18:46:32-04:00</updated>

		<published>2006-05-25T18:46:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63382#p63382</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63382#p63382"/>
		<title type="html"><![CDATA[read .txt from web]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63382#p63382"><![CDATA[
i get this error<br><br>Tcl error [web:read]: can´t read "url": no suck variable<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6989">.pt</a> — Thu May 25, 2006 6:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2006-05-25T14:43:10-04:00</updated>

		<published>2006-05-25T14:43:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63375#p63375</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63375#p63375"/>
		<title type="html"><![CDATA[read .txt from web]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63375#p63375"><![CDATA[
something along this line<br><div class="codebox"><p>Code: </p><pre><code>package require httpset url "http://your.site/page.html"bind pub - !command web:readproc web:read {n u h c t} {   ::http::config -useragent "Mozilla/4.75 (X11; U; FreeBSD 6.1; i586; Nav)"   set http [::http::data [::http::geturl $url]]   putserv "PRIVMSG $c $http"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Thu May 25, 2006 2:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[.pt]]></name></author>
		<updated>2006-05-25T14:25:19-04:00</updated>

		<published>2006-05-25T14:25:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63374#p63374</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63374#p63374"/>
		<title type="html"><![CDATA[read .txt from web]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63374#p63374"><![CDATA[
i got a .txt on a website with just 1 line and i want the bot to read that line when i do a command, can someone make that pls<br><br><br>tks in advance, best regards<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6989">.pt</a> — Thu May 25, 2006 2:25 pm</p><hr />
]]></content>
	</entry>
	</feed>
