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

	<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>2007-01-21T23:16:21-04:00</updated>

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

		<entry>
		<author><name><![CDATA[raijinken]]></name></author>
		<updated>2007-01-21T23:16:21-04:00</updated>

		<published>2007-01-21T23:16:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69806#p69806</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69806#p69806"/>
		<title type="html"><![CDATA[Simple script for the latest eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69806#p69806"><![CDATA[
thank you that was perfect<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8630">raijinken</a> — Sun Jan 21, 2007 11:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-01-21T21:11:01-04:00</updated>

		<published>2007-01-21T21:11:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69804#p69804</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69804#p69804"/>
		<title type="html"><![CDATA[Simple script for the latest eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69804#p69804"><![CDATA[
I assume you want the message to change whenever you change it in the .txt file so I wrote the code to read from the file every time someone joins the channel (instead of reading it once and using the same line all the time).<div class="codebox"><p>Code: </p><pre><code>bind join - * noticenickproc noticenick {nick uhost hand chan} { set line [read -nonewline [set f [open scripts/myfile.txt]]][close $f] puthelp "notice $nick :$line"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Jan 21, 2007 9:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[raijinken]]></name></author>
		<updated>2007-01-21T19:15:55-04:00</updated>

		<published>2007-01-21T19:15:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69797#p69797</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69797#p69797"/>
		<title type="html"><![CDATA[Simple script for the latest eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69797#p69797"><![CDATA[
Hello,<br><br>I need help creating a simple script. Basically I need a script that will notice every user when they join. However, I need the notice to be downloaded from a text file in the same folder.<br><br>Example.<br><br>I create a txt file with the name greeting.txt and put the line "Welcome to my #channel" in it.<br><br>I want this script to be able to read my text file and notice that message to every member when they join.<br><br>I would greatly appreciate it if you can help me.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8630">raijinken</a> — Sun Jan 21, 2007 7:15 pm</p><hr />
]]></content>
	</entry>
	</feed>
