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

	<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-05-09T10:35:34-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2004-05-09T10:35:34-04:00</updated>

		<published>2004-05-09T10:35:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36224#p36224</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36224#p36224"/>
		<title type="html"><![CDATA[easy tcl:)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36224#p36224"><![CDATA[
or you can use switch and set the like the contents in ur tcl like 8bal game or something ..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Sun May 09, 2004 10:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2004-05-08T11:36:40-04:00</updated>

		<published>2004-05-08T11:36:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36203#p36203</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36203#p36203"/>
		<title type="html"><![CDATA[easy tcl:)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36203#p36203"><![CDATA[
and i think thats ur second request<br><br><div class="codebox"><p>Code: </p><pre><code>bind pub - !xy xy:pub proc xy:pub {nick host hand chan arg} {   set rfile [open filename.txt r]  set randline [rand 5]; # [rand &lt;totallines number&gt;] change it   while {![eof $rfile]} {    gets $rfile line     if {[info exists i]} {      incr i      if {$i == $randline} {        putserv "PRIVMSG $nick :$line"       }    } else {      set i 0      if {$i == $randline} {        putserv "PRIVMSG $nick :$line"       }    }  }   close $rfile }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Sat May 08, 2004 11:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2004-05-08T11:31:57-04:00</updated>

		<published>2004-05-08T11:31:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36202#p36202</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36202#p36202"/>
		<title type="html"><![CDATA[easy tcl:)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36202#p36202"><![CDATA[
next time look true the forum first<br><div class="codebox"><p>Code: </p><pre><code>bind pub - !xy xy:pubproc xy:pub {nick host hand chan arg} {  set rfile [open filename.txt r]  while {![eof $rfile]} {    gets $rfile line    putserv "PRIVMSG $nick :$line"  }  close $rfile}</code></pre></div>this wil read every file and output it to the channel<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Sat May 08, 2004 11:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[roller]]></name></author>
		<updated>2004-05-08T09:38:54-04:00</updated>

		<published>2004-05-08T09:38:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36201#p36201</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36201#p36201"/>
		<title type="html"><![CDATA[easy tcl:)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36201#p36201"><![CDATA[
oh, ive got 1 more request, sorry:)<br><br>--<br>!xy then the bot random choose a line from msg.txt and say it to the chan<br>--<br><br>thnx;)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4866">roller</a> — Sat May 08, 2004 9:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[roller]]></name></author>
		<updated>2004-05-08T09:29:05-04:00</updated>

		<published>2004-05-08T09:29:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36199#p36199</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36199#p36199"/>
		<title type="html"><![CDATA[easy tcl:)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36199#p36199"><![CDATA[
i think its easy for you..<img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> when i type <em class="text-italics">!xy</em> then the bot says <em class="text-italics">yx</em> to <em class="text-italics">#chan1</em> and <em class="text-italics">#chan2</em> rooms. Thnx!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4866">roller</a> — Sat May 08, 2004 9:29 am</p><hr />
]]></content>
	</entry>
	</feed>
