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

	<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-08-20T10:20:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-08-20T10:20:03-04:00</updated>

		<published>2004-08-20T10:20:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39932#p39932</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39932#p39932"/>
		<title type="html"><![CDATA[repeat in seconds]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39932#p39932"><![CDATA[
<blockquote class="uncited"><div>So what happens if a user types ".repeatgo" 100 times immediately after each other?</div></blockquote>Then that user gets "Excess flood", along with the bot... heh. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Fri Aug 20, 2004 10:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2004-08-19T21:56:08-04:00</updated>

		<published>2004-08-19T21:56:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39921#p39921</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39921#p39921"/>
		<title type="html"><![CDATA[repeat in seconds]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39921#p39921"><![CDATA[
hehe <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Thu Aug 19, 2004 9:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2004-08-19T08:05:18-04:00</updated>

		<published>2004-08-19T08:05:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39914#p39914</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39914#p39914"/>
		<title type="html"><![CDATA[repeat in seconds]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39914#p39914"><![CDATA[
alot <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Thu Aug 19, 2004 8:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2004-08-19T06:09:25-04:00</updated>

		<published>2004-08-19T06:09:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39913#p39913</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39913#p39913"/>
		<title type="html"><![CDATA[repeat in seconds]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39913#p39913"><![CDATA[
So what happens if a user types ".repeatgo" 100 times immediately after each other?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Thu Aug 19, 2004 6:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2004-08-19T03:44:40-04:00</updated>

		<published>2004-08-19T03:44:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39908#p39908</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39908#p39908"/>
		<title type="html"><![CDATA[repeat in seconds]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39908#p39908"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set channel "#mychannel" bind pub - .repeatgo cmd:repeatgo proc cmd:repeatgo {nick host handle chan text} {#you have to make a global call to $channel  global channel#Why do you do a loop when you only have one channel?#also.. here you overwrite the previous global channel, change the first var  foreach c $channel { #output the text you want    puthelp "PRIVMSG $c :....the text you want here..."  } #and here you just add a utimer  utimer 30 [list cmd:repeatgo $nick $host $handle $chan $text]} </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Thu Aug 19, 2004 3:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[collett9]]></name></author>
		<updated>2004-08-18T23:43:45-04:00</updated>

		<published>2004-08-18T23:43:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39906#p39906</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39906#p39906"/>
		<title type="html"><![CDATA[repeat in seconds]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39906#p39906"><![CDATA[
I'm trying to make a script that will repeat a certain text in a specific number of seconds (on a specified command)<br><br>set channel "#mychannel"<br><br>bind pub - .repeatgo cmd:repeatgo<br><br>proc cmd:repeatgo {nick host handle chan text} { <br> foreach channel $channel {<br><br>     &lt;here is where I'm lost&gt; <br><br>}<br>}<br><br><br>Thanks in advanced.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4267">collett9</a> — Wed Aug 18, 2004 11:43 pm</p><hr />
]]></content>
	</entry>
	</feed>
