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

	<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>2007-09-28T08:12:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[honeybee]]></name></author>
		<updated>2007-09-28T08:12:03-04:00</updated>

		<published>2007-09-28T08:12:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76307#p76307</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76307#p76307"/>
		<title type="html"><![CDATA[calc changes with time.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76307#p76307"><![CDATA[
thanks Fz.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7174">honeybee</a> — Fri Sep 28, 2007 8:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-09-25T10:17:02-04:00</updated>

		<published>2007-09-25T10:17:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76236#p76236</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76236#p76236"/>
		<title type="html"><![CDATA[calc changes with time.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76236#p76236"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set initialTime [unixtime]proc modes {nick host hand chan mode target} { global initialTime set mins [expr {([unixtime]-$initialTime)/60}] if {$mins &gt; 10} {  # more than 10 mins passed, reset time  set initialTime [unixtime] } {  # else, 10 mins still did not pass. }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Sep 25, 2007 10:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[honeybee]]></name></author>
		<updated>2007-09-24T21:47:04-04:00</updated>

		<published>2007-09-24T21:47:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76225#p76225</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76225#p76225"/>
		<title type="html"><![CDATA[calc changes with time.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76225#p76225"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc modes {nick host hand chan mode target} {global botnick  if {($mode == "+M")} {    lappend tmode [unixtime]    if {$tmode =&gt; "1190655265"} {;# clock scan for 10 mins      [lreplace $tmode 0 XX]   }}</code></pre></div>so we can count how many modes in 10 mins; i dont know if my logic is correct or it can be done this way please suggest me.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7174">honeybee</a> — Mon Sep 24, 2007 9:47 pm</p><hr />
]]></content>
	</entry>
	</feed>
