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

	<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-03-25T20:15:45-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-03-25T20:15:45-04:00</updated>

		<published>2003-03-25T20:15:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18253#p18253</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18253#p18253"/>
		<title type="html"><![CDATA[someone help me plz]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18253#p18253"><![CDATA[
thx a lot that was it. i was really going nuts.<p>Statistics: Posted by Guest — Tue Mar 25, 2003 8:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-25T19:31:11-04:00</updated>

		<published>2003-03-25T19:31:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18251#p18251</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18251#p18251"/>
		<title type="html"><![CDATA[someone help me plz]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18251#p18251"><![CDATA[
This is because of the way eggdrop prevents wated bandwidth.<br><br>See your config file, for the double- settings, related to allowing repeated text int he queue.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Mar 25, 2003 7:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-03-25T19:09:42-04:00</updated>

		<published>2003-03-25T19:09:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18250#p18250</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18250#p18250"/>
		<title type="html"><![CDATA[someone help me plz]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18250#p18250"><![CDATA[
i am trying to get a simple loop in this tcl but it just outputs the text once and not 5 times. <div class="codebox"><p>Code: </p><pre><code>proc test {nick uhost hand chan arg} {global first up varg channel name1 name2                         set first [lindex $arg 0]    set up [lindex $arg 1]     set varg [lindex $arg 2]set channel "#test"    set name1 "bla"   set name2 "buh"     for {set i 0} {$i &lt; 5} {incr i} {putserv "PRIVMSG $channel :$first $up $varg"           putserv "PRIVMSG $channel :$name1 $up $varg"           putserv "PRIVMSG $channel :$name2 $up $varg"              }}bind pub - !start test </code></pre></div><p>Statistics: Posted by Guest — Tue Mar 25, 2003 7:09 pm</p><hr />
]]></content>
	</entry>
	</feed>
