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

	<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>2004-12-28T03:56:32-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Pitchat]]></name></author>
		<updated>2004-12-28T03:56:32-04:00</updated>

		<published>2004-12-28T03:56:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44596#p44596</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44596#p44596"/>
		<title type="html"><![CDATA[very simple random script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44596#p44596"><![CDATA[
works perfectly thanks a lot !<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2723">Pitchat</a> — Tue Dec 28, 2004 3:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-28T02:42:43-04:00</updated>

		<published>2004-12-28T02:42:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44593#p44593</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44593#p44593"/>
		<title type="html"><![CDATA[very simple random script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44593#p44593"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>if ![catch {set f [open file.txt]}] {  while {![eof $f]} {lappend t [gets $f]}  bind pub - !random foo; close $f}proc foo {n u h c t} {  puthelp "privmsg $c :[lindex $::t [rand [llength $::t]]]"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Dec 28, 2004 2:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Pitchat]]></name></author>
		<updated>2004-12-28T01:06:47-04:00</updated>

		<published>2004-12-28T01:06:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44590#p44590</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44590#p44590"/>
		<title type="html"><![CDATA[very simple random script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44590#p44590"><![CDATA[
Hi ,<br><br>I`ve look at the tutorial on how to work with files but i still can`t get my simple script to work ( maybe it is too simple and i do something wrong)<br><br>here`s what i want to do <br><br>and a trigger like !random i want my eggdrop to read a random line in a file call random.txt and say it on channel<br><br>that`s all<br><br>thank for any help like always<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2723">Pitchat</a> — Tue Dec 28, 2004 1:06 am</p><hr />
]]></content>
	</entry>
	</feed>
