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

	<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-01-04T20:11:15-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-01-04T20:11:15-04:00</updated>

		<published>2006-01-04T20:11:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59041#p59041</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59041#p59041"/>
		<title type="html"><![CDATA[Countdown problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59041#p59041"><![CDATA[
[clock seconds] is recent while $date is very old, so you're doing it vise-versa. Replace<div class="codebox"><p>Code: </p><pre><code>set dur [expr [clock scan $date]-[clock seconds]]</code></pre></div>with<div class="codebox"><p>Code: </p><pre><code>set dur [expr {[clock seconds] - [clock scan $date]}]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Jan 04, 2006 8:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stalix]]></name></author>
		<updated>2006-01-04T19:17:56-04:00</updated>

		<published>2006-01-04T19:17:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59040#p59040</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59040#p59040"/>
		<title type="html"><![CDATA[Countdown problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59040#p59040"><![CDATA[
<blockquote class="uncited"><div>set date "October 22 14:00:00 2000"<br>set msj "have passed with McLaren being losers"<br><br>bind pub - !mcloser pub:mcloser<br>proc pub:mcloser {nick uhost hand chan text} {<br> global date msj<br>  set dur [expr [clock scan $date]-[clock seconds]]<br>  putquick "PRIVMSG $chan : [duration $dur] $msj"<br>}<br><br></div></blockquote>&lt;bot&gt;  0 seconds have passed with McLaren being losers<br><br>How can fix them? THANKS!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6724">stalix</a> — Wed Jan 04, 2006 7:17 pm</p><hr />
]]></content>
	</entry>
	</feed>
