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

	<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-11-17T01:57:01-04:00</updated>

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

		<entry>
		<author><name><![CDATA[spyda]]></name></author>
		<updated>2003-11-17T01:57:01-04:00</updated>

		<published>2003-11-17T01:57:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30162#p30162</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30162#p30162"/>
		<title type="html"><![CDATA[faster bind time??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30162#p30162"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set looptimer "15"if {[utimerexists do:timer] != ""} {killutimer $doagain} proc do:timer {} {  global looptimer  if {      do.what.you.what.here.....   }  set doagain [utimer $looptimer do:timer]}set doagain [utimer $looptimer do:timer]</code></pre></div>Hope that starts you. <br><br>------------<br>ThePope<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1731">spyda</a> — Mon Nov 17, 2003 1:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-11-16T19:10:50-04:00</updated>

		<published>2003-11-16T19:10:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30149#p30149</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30149#p30149"/>
		<title type="html"><![CDATA[faster bind time??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30149#p30149"><![CDATA[
Hi,<br>I'v been looking for a way to make a script loop every 15sec.<br>The only way i'v been abel to do this is with bind time.. but that only works for 1 min loops if im correct.<br><br>I'v tryed with utimer but i can't use return in that because it only returns the timer id.. i think thats what it is <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> and i need the return value for the next loop.<br><br>Please, can anyone help me with this?<p>Statistics: Posted by Guest — Sun Nov 16, 2003 7:10 pm</p><hr />
]]></content>
	</entry>
	</feed>
