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

	<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>2006-02-23T07:16:25-04:00</updated>

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

		<entry>
		<author><name><![CDATA[kitsaras]]></name></author>
		<updated>2006-02-23T07:16:25-04:00</updated>

		<published>2006-02-23T07:16:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60598#p60598</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60598#p60598"/>
		<title type="html"><![CDATA[a little help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60598#p60598"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub - !servers statsubind raw - 242 show:statsuset statsuc 0proc statsu {nick uhost hand chan arg} { global statsu statsuc if {$statsuc &gt; 0} {  puthelp "privmsg $chan :Already in progress"  return 0 } set servers {xtreme.ca.hellasirc.net speed.ca.hellasirc.net auth.eu.hellasirc.net hell.eu.hellasirc.net} foreach server $servers {  incr statsuc  if {![info exists statsu([set chan [string tolower $chan]]:$statsuc)]} {   set statsu($chan:$statsuc) 0   putserv "stats u $server"  } }}proc show:statsu {from kw arg} { global statsu statsuc foreach {c v} [array get statsu] {  puthelp "privmsg [lindex [split $c :] 0] :$from [join [lrange [split $arg] 1 end]]"  array unset statsu $c  incr statsuc -1  break }}</code></pre></div>is it possible to put an intevral timer into ?<br>i.e set intevral_timer  60<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7328">kitsaras</a> — Thu Feb 23, 2006 7:16 am</p><hr />
]]></content>
	</entry>
	</feed>
