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

	<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>2002-05-22T19:48:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-22T19:48:00-04:00</updated>

		<published>2002-05-22T19:48:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7185#p7185</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7185#p7185"/>
		<title type="html"><![CDATA[timer repeat]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7185#p7185"><![CDATA[
thank you all for the help.. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><br>Its works with svahn's ide<p>Statistics: Posted by Guest — Wed May 22, 2002 7:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[svahn]]></name></author>
		<updated>2002-05-22T19:11:00-04:00</updated>

		<published>2002-05-22T19:11:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7184#p7184</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7184#p7184"/>
		<title type="html"><![CDATA[timer repeat]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7184#p7184"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc onair {} {        utimer 10 onair        global onairdj onairlat</code></pre></div>Something like that.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1291">svahn</a> — Wed May 22, 2002 7:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-05-22T18:55:00-04:00</updated>

		<published>2002-05-22T18:55:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7180#p7180</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7180#p7180"/>
		<title type="html"><![CDATA[timer repeat]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7180#p7180"><![CDATA[
as i keep saying, you're calling the proc with too few arguments. all you're gonna get is something like TCL error in script for 'timer2222':  no value given for parameter "nick" to "onair"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Wed May 22, 2002 6:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-22T18:31:00-04:00</updated>

		<published>2002-05-22T18:31:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7179#p7179</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7179#p7179"/>
		<title type="html"><![CDATA[timer repeat]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7179#p7179"><![CDATA[
I wonder if maybe utimer doesnt work in v1.6.10? No one of my timers doesnt work. Just a thought..<p>Statistics: Posted by Guest — Wed May 22, 2002 6:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-22T18:17:00-04:00</updated>

		<published>2002-05-22T18:17:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7178#p7178</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7178#p7178"/>
		<title type="html"><![CDATA[timer repeat]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7178#p7178"><![CDATA[
Why? I did change the timer "thing" to..<div class="codebox"><p>Code: </p><pre><code>bind pub -|- !onair pub:onairdisplayif {![info exists mytimer]} {        set mytimer [utimer 1 onair]}proc onair {nick uhand handle chan input} {        global onairdj onairlat        utimer 10 onair...</code></pre></div>whats wrong with this one? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> It fills like I never will fix it.<p>Statistics: Posted by Guest — Wed May 22, 2002 6:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-05-22T17:32:00-04:00</updated>

		<published>2002-05-22T17:32:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7172#p7172</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7172#p7172"/>
		<title type="html"><![CDATA[timer repeat]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7172#p7172"><![CDATA[
<blockquote class="uncited"><div>proc onair {} {<br>        utimer 1 pub:onair<br>        utimer 10 onair<br>}</div></blockquote>Delete the line that says "utimer 1 pub:onair"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Wed May 22, 2002 5:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-22T11:35:00-04:00</updated>

		<published>2002-05-22T11:35:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7160#p7160</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7160#p7160"/>
		<title type="html"><![CDATA[timer repeat]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7160#p7160"><![CDATA[
My pub:onair look like this:<div class="codebox"><p>Code: </p><pre><code>proc pub:onair {nick uhand handle chan input} {        global onairdj onairlat        set sock [socket ...</code></pre></div>I have 5 variabals in it. And it not updates.. Its only work when im use !on<div class="codebox"><p>Code: </p><pre><code>bind pub -|- !on pub:onair</code></pre></div>I and svahn can't find the error.<br><p>Statistics: Posted by Guest — Wed May 22, 2002 11:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-05-22T08:39:00-04:00</updated>

		<published>2002-05-22T08:39:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7156#p7156</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7156#p7156"/>
		<title type="html"><![CDATA[timer repeat]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7156#p7156"><![CDATA[
no, you defined proc pub:onair as something like proc pub:onair {nick uhost hand chan arg} {...<br>thus if you try and call it like you just did, its gonna error cos you're not passing 5 variables to it like you defined.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Wed May 22, 2002 8:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-22T03:59:00-04:00</updated>

		<published>2002-05-22T03:59:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7152#p7152</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7152#p7152"/>
		<title type="html"><![CDATA[timer repeat]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7152#p7152"><![CDATA[
<blockquote class="uncited"><div>i suspect you're calling pub:onair with too few arguments</div></blockquote>What do you mean with that? Do I need more in the { and } tags after proc onair.. ??<br><br>&lt;font size=-1&gt;[ This Message was edited by: loze on 2002-05-22 01:59 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Wed May 22, 2002 3:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-05-22T02:48:00-04:00</updated>

		<published>2002-05-22T02:48:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7151#p7151</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7151#p7151"/>
		<title type="html"><![CDATA[timer repeat]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7151#p7151"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>if {![info exists mytimer]} {  set mytimer [utimer 1 onair]}proc onair ...</code></pre></div>That will keep your timer from being executed multiple times on .rehash (the problem Petersen pointed out).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Wed May 22, 2002 2:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-05-21T21:35:00-04:00</updated>

		<published>2002-05-21T21:35:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7148#p7148</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7148#p7148"/>
		<title type="html"><![CDATA[timer repeat]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7148#p7148"><![CDATA[
nothing particularily wrong with it per se. though i wouldnt go making utimers like that without checking that a utimer isnt already running for it first (ie, every time you rehash that script, you're gonna duplicate the timer). also, i suspect you're calling pub:onair with too few arguments<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Tue May 21, 2002 9:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-21T20:39:00-04:00</updated>

		<published>2002-05-21T20:39:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7147#p7147</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7147#p7147"/>
		<title type="html"><![CDATA[timer repeat]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7147#p7147"><![CDATA[
what wrong with this?<div class="codebox"><p>Code: </p><pre><code>utimer 1 onairproc onair {} {        utimer 1 pub:onair        utimer 10 onair}</code></pre></div>Anyone with any different solution if this not work??<br><br><p>Statistics: Posted by Guest — Tue May 21, 2002 8:39 pm</p><hr />
]]></content>
	</entry>
	</feed>
