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

	<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>2005-05-23T14:12:01-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-05-23T14:12:01-04:00</updated>

		<published>2005-05-23T14:12:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49725#p49725</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49725#p49725"/>
		<title type="html"><![CDATA[timer problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49725#p49725"><![CDATA[
This should do it:<div class="codebox"><p>Code: </p><pre><code>bind join - * lock:iproc lock:i {nick uhost hand chan} { global countj if {![info exists countj([set chan [string tolower $chan]])]} { set countj($chan) 0 } incr countj($chan) timer 1 [list incr countj($chan) -1] if {$countj($chan) == 10} {  putquick "MODE $chan +i" -next }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon May 23, 2005 2:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[misterys]]></name></author>
		<updated>2005-05-23T13:59:51-04:00</updated>

		<published>2005-05-23T13:59:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49723#p49723</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49723#p49723"/>
		<title type="html"><![CDATA[timer problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49723#p49723"><![CDATA[
hi,<br><br>my problem is the following: <br><br>i want to make tcl for my eggdrop which puts mode +i if there are more than 10 joins in 1 minute <br>how can i do this? i dont know how to use/set the timer <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>please help<br>misterys<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2941">misterys</a> — Mon May 23, 2005 1:59 pm</p><hr />
]]></content>
	</entry>
	</feed>
