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

	<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-03-19T06:43:28-04:00</updated>

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

		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-03-19T06:43:28-04:00</updated>

		<published>2003-03-19T06:43:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17998#p17998</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17998#p17998"/>
		<title type="html"><![CDATA[(!) timer drift - Bot times out...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17998#p17998"><![CDATA[
This sounds like some other job running on the box hogging all avaliable resources for a while... <br>The timer drift message means the eggdrop loop hasn't been run for a while which means the system probably was too busy doing other things to bother with your eggdrop process.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Wed Mar 19, 2003 6:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-13T19:52:25-04:00</updated>

		<published>2003-03-13T19:52:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17840#p17840</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17840#p17840"/>
		<title type="html"><![CDATA[(!) timer drift - Bot times out...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17840#p17840"><![CDATA[
Have you checked the ircjunkies_update script?<br><div class="codebox"><p>Code: </p><pre><code>proc test {} {if {[string index [set time [clock format [clock seconds] -format "%M"]] 0] == "0"} { set time [string index $time 1] }if {$time != "6"} {timer 1 testreturn}#resttimer 1 test}</code></pre></div>The above code, while it is called every min, will only reach "#REST" when it is 6 mins past.<br><br>Timers and time binds, don't just have to be called at the preceice time a function takes place.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Mar 13, 2003 7:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-03-13T17:53:41-04:00</updated>

		<published>2003-03-13T17:53:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17837#p17837</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17837#p17837"/>
		<title type="html"><![CDATA[(!) timer drift - Bot times out...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17837#p17837"><![CDATA[
<blockquote class="uncited"><div>This could be a script, using timers to accomplisht he same goal as doing things once per hour.</div></blockquote>.bind time doesnt refer to anything at ?6<br><br>timertools1.0 (from tcl archive) returns me ~20 timers..<br><br>for example :<blockquote class="uncited"><div>### 8 ircjunkies_update timer50885</div></blockquote>there are 20 lines of same formated timers, all displaying "8 proc_name timernumber"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Thu Mar 13, 2003 5:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-13T17:14:30-04:00</updated>

		<published>2003-03-13T17:14:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17836#p17836</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17836#p17836"/>
		<title type="html"><![CDATA[(!) timer drift - Bot times out...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17836#p17836"><![CDATA[
This could be a script, using timers to accomplisht he same goal as doing things once per hour.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Mar 13, 2003 5:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-03-13T17:07:47-04:00</updated>

		<published>2003-03-13T17:07:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17835#p17835</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17835#p17835"/>
		<title type="html"><![CDATA[(!) timer drift - Bot times out...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17835#p17835"><![CDATA[
He is lagging &amp; die'ng or something like this..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu Mar 13, 2003 5:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-03-13T16:39:47-04:00</updated>

		<published>2003-03-13T16:39:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17834#p17834</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17834#p17834"/>
		<title type="html"><![CDATA[(!) timer drift - Bot times out...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17834#p17834"><![CDATA[
My bot times out quite often, but allways at xx:?6 o clock.<br><blockquote class="uncited"><div>[21:26] (!) timer drift -- spun 2 minutes<br>[21:26] -ERROR from server- Closing Link: MyBotNick by myirc-server.domain (Ping timeout)<br>[21:26] Disconnecting from server.</div></blockquote>according to ".bind time" there is no event bound to ?6, and also there isn't a cronjob or anything else...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Thu Mar 13, 2003 4:39 pm</p><hr />
]]></content>
	</entry>
	</feed>
