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

	<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-10-11T03:35:23-04:00</updated>

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

		<entry>
		<author><name><![CDATA[harry]]></name></author>
		<updated>2003-10-11T03:35:23-04:00</updated>

		<published>2003-10-11T03:35:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28244#p28244</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28244#p28244"/>
		<title type="html"><![CDATA[echo txt results to channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28244#p28244"><![CDATA[
thank you<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3820">harry</a> — Sat Oct 11, 2003 3:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BarkerJr]]></name></author>
		<updated>2003-10-10T23:18:31-04:00</updated>

		<published>2003-10-10T23:18:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28240#p28240</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28240#p28240"/>
		<title type="html"><![CDATA[echo txt results to channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28240#p28240"><![CDATA[
In the eggdrop directory.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2933">BarkerJr</a> — Fri Oct 10, 2003 11:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[harry]]></name></author>
		<updated>2003-10-10T21:34:28-04:00</updated>

		<published>2003-10-10T21:34:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28239#p28239</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28239#p28239"/>
		<title type="html"><![CDATA[echo txt results to channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28239#p28239"><![CDATA[
where do i have to put the txt file?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3820">harry</a> — Fri Oct 10, 2003 9:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[harry]]></name></author>
		<updated>2003-10-09T02:29:41-04:00</updated>

		<published>2003-10-09T02:29:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28192#p28192</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28192#p28192"/>
		<title type="html"><![CDATA[echo txt results to channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28192#p28192"><![CDATA[
set contents [split [read [set f [open "test.txt" r]]][close $f] \n]; #borrowed from user <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> <br>foreach line $contents { puthelp "PRIVMSG #mychannel :$line" } <br><br><br><br>thanks but where do i type this at, should i just make a seperate tcl then just copy and paste that?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3820">harry</a> — Thu Oct 09, 2003 2:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2003-10-09T00:58:37-04:00</updated>

		<published>2003-10-09T00:58:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28189#p28189</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28189#p28189"/>
		<title type="html"><![CDATA[echo txt results to channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28189#p28189"><![CDATA[
or in a more generic fashion (ie. supportive of windrops)<br><div class="codebox"><p>Code: </p><pre><code>set contents [split [read [set f [open "test.txt" r]]][close $f] \n]; #borrowed from user ;)foreach line $contents { puthelp "PRIVMSG #mychannel :$line" }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Thu Oct 09, 2003 12:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BarkerJr]]></name></author>
		<updated>2003-10-09T00:13:38-04:00</updated>

		<published>2003-10-09T00:13:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28188#p28188</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28188#p28188"/>
		<title type="html"><![CDATA[echo txt results to channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28188#p28188"><![CDATA[
Ah, you should have specified that you wanted to echo a file's contents to the channel.<br><br>set contents [split [exec "cat test.txt"] \n]<br>foreach line $contents { puthelp "PRIVMSG #mychannel :$line" }<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2933">BarkerJr</a> — Thu Oct 09, 2003 12:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[harry]]></name></author>
		<updated>2003-10-09T00:08:00-04:00</updated>

		<published>2003-10-09T00:08:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28186#p28186</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28186#p28186"/>
		<title type="html"><![CDATA[echo txt results to channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28186#p28186"><![CDATA[
so this <br><br>putserv "PRIVMSG #chan :&lt;line of text&gt;"<br><br>putserv "PRIVMSG #mychannel : test.txt"<br><br><br>?<br><br>i want the contents of a txt displayed to the channel<br>i havent tried this but first off i dont even know where i would put this command. so please be more discriptive, sorry and thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3820">harry</a> — Thu Oct 09, 2003 12:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-10-08T13:28:17-04:00</updated>

		<published>2003-10-08T13:28:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28165#p28165</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28165#p28165"/>
		<title type="html"><![CDATA[Re: echo txt results to channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28165#p28165"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG #chan :&lt;line of text&gt;"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Wed Oct 08, 2003 1:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[harry]]></name></author>
		<updated>2003-10-08T13:23:54-04:00</updated>

		<published>2003-10-08T13:23:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28164#p28164</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28164#p28164"/>
		<title type="html"><![CDATA[echo txt results to channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28164#p28164"><![CDATA[
how can i make my eggdrop echo txt results to the channel?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3820">harry</a> — Wed Oct 08, 2003 1:23 pm</p><hr />
]]></content>
	</entry>
	</feed>
