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

	<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>2009-08-15T20:54:29-04:00</updated>

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

		<entry>
		<author><name><![CDATA[neoclust]]></name></author>
		<updated>2009-08-15T20:54:29-04:00</updated>

		<published>2009-08-15T20:54:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89896#p89896</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89896#p89896"/>
		<title type="html"><![CDATA[Bin time to secondes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89896#p89896"><![CDATA[
Oh thanks arfer very glad <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10812">neoclust</a> — Sat Aug 15, 2009 8:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arfer]]></name></author>
		<updated>2009-08-15T18:40:25-04:00</updated>

		<published>2009-08-15T18:40:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89892#p89892</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89892#p89892"/>
		<title type="html"><![CDATA[Bin time to secondes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89892#p89892"><![CDATA[
No there isn't. Time binds deal only with minutes, hours, days, months and years.<br><br>You would have to use a utimer to call a proc recursively, perhaps first started when the bot joins a network.<br><div class="codebox"><p>Code: </p><pre><code>bind EVNT - init-server pTimerStartproc pTimerStart {type} {    utimer 15 pTimerOutput    return 0}proc pTimerOutput {} {    foreach chan [channels] {        if {[botonchan $chan]} {            putquick "PRIVMSG $chan :test"        }    }    utimer 15 pTimerOutput    return 0}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5705">arfer</a> — Sat Aug 15, 2009 6:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[neoclust]]></name></author>
		<updated>2009-08-15T17:36:18-04:00</updated>

		<published>2009-08-15T17:36:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89891#p89891</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89891#p89891"/>
		<title type="html"><![CDATA[Bin time to secondes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89891#p89891"><![CDATA[
It is possible to launch a "bind time" every 15 seconds?<div class="codebox"><p>Code: </p><pre><code>bind time - * Auto:scanproc Auto:scan {minute hour day month year} {     foreach chan [channels] {     putserv "PRIVMSG $chan :test"   }}</code></pre></div>then it is that triggers every minute<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10812">neoclust</a> — Sat Aug 15, 2009 5:36 pm</p><hr />
]]></content>
	</entry>
	</feed>
