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

	<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-03-13T14:32:13-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-03-13T14:32:13-04:00</updated>

		<published>2004-03-13T14:32:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34568#p34568</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34568#p34568"/>
		<title type="html"><![CDATA[!freebie]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34568#p34568"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>proc randomline { file } {  set fp [open $file r]   seek $fp 0 end   set len [tell $fp]   seek $fp [rand $len]   gets $fp partial   if {[gets $fp line] == -1} {     seek $fp 0     gets $fp line   }   return $line  close $file}</code></pre></div>some old code someone in here provided once, dunno who it was...</div></blockquote>thx m8, where do i have to put this in the script above ?<p>Statistics: Posted by Guest — Sat Mar 13, 2004 2:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2004-02-09T19:43:29-04:00</updated>

		<published>2004-02-09T19:43:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33420#p33420</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33420#p33420"/>
		<title type="html"><![CDATA[!freebie]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33420#p33420"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc randomline { file } {  set fp [open $file r]   seek $fp 0 end   set len [tell $fp]   seek $fp [rand $len]   gets $fp partial   if {[gets $fp line] == -1} {     seek $fp 0     gets $fp line   }   return $line  close $file}</code></pre></div>some old code someone in here provided once, dunno who it was...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Mon Feb 09, 2004 7:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[devilsoulblack]]></name></author>
		<updated>2004-02-09T17:32:09-04:00</updated>

		<published>2004-02-09T17:32:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33416#p33416</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33416#p33416"/>
		<title type="html"><![CDATA[!freebie]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33416#p33416"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>bind pub - !freebie my:freebieproc my:freebie {nick uhost hand chan text} {  set content [split [read [set f [open "freebie.txt" r]]][close $f] \n]   foreach line $content {    putserv "PRIVMSG $nick :$line"  }}</code></pre></div></div></blockquote>the problem its when type !freebie the egg send all site to put in the freebie.txt the thin its only send one line to freebie.txt<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4165">devilsoulblack</a> — Mon Feb 09, 2004 5:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-02-09T15:41:23-04:00</updated>

		<published>2004-02-09T15:41:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33408#p33408</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33408#p33408"/>
		<title type="html"><![CDATA[!freebie]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33408#p33408"><![CDATA[
The freebie.txt file (you can change it's name if you want to but you must change in the tcl file too) in the eggdrop's "root" directory.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Feb 09, 2004 3:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-02-08T16:50:00-04:00</updated>

		<published>2004-02-08T16:50:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33349#p33349</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33349#p33349"/>
		<title type="html"><![CDATA[where put the txt]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33349#p33349"><![CDATA[
where put the freebie.txt what section ?<p>Statistics: Posted by Guest — Sun Feb 08, 2004 4:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-02-08T03:14:26-04:00</updated>

		<published>2004-02-08T03:14:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33326#p33326</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33326#p33326"/>
		<title type="html"><![CDATA[!freebie]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33326#p33326"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub - !freebie my:freebieproc my:freebie {nick uhost hand chan text} {  set content [split [read [set f [open "freebie.txt" r]]][close $f] \n]   foreach line $content {    putserv "PRIVMSG $nick :$line"  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Feb 08, 2004 3:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[devilsoulblack]]></name></author>
		<updated>2004-02-07T19:58:56-04:00</updated>

		<published>2004-02-07T19:58:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33319#p33319</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33319#p33319"/>
		<title type="html"><![CDATA[!freebie]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33319#p33319"><![CDATA[
any one have where download tcl script for !freebie when the user tipe in the channel !freebie the egg send text fron a txt list ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4165">devilsoulblack</a> — Sat Feb 07, 2004 7:58 pm</p><hr />
]]></content>
	</entry>
	</feed>
