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

	<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>2001-11-22T21:58:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-11-22T21:58:00-04:00</updated>

		<published>2001-11-22T21:58:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1914#p1914</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1914#p1914"/>
		<title type="html"><![CDATA[problem with timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1914#p1914"><![CDATA[
Note to users that wish to know about all these wonderful features eggdrop will have added in 1.8 (will have to see on the version number).<br><br>This version is a long way off, and things could change, again and again. So there is no ppint in making scripts compatible.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Nov 22, 2001 9:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2001-11-22T15:54:00-04:00</updated>

		<published>2001-11-22T15:54:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1911#p1911</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1911#p1911"/>
		<title type="html"><![CDATA[problem with timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1911#p1911"><![CDATA[
Eggdrop 1.8 will support repeating timers. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Thu Nov 22, 2001 3:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-11-22T10:00:00-04:00</updated>

		<published>2001-11-22T10:00:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1894#p1894</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1894#p1894"/>
		<title type="html"><![CDATA[problem with timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1894#p1894"><![CDATA[
The timer command doesn't do repeats, it only waits so many second then calls the commands specified in the timer command.<br><br>Ya have to setup the timer again at this point if you wish for it to repeat.<br><br>You will need to make check to see if an existing timer is running, you will also need to make sure it only does it 10 times.<br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Nov 22, 2001 10:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-22T05:59:00-04:00</updated>

		<published>2001-11-22T05:59:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1888#p1888</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1888#p1888"/>
		<title type="html"><![CDATA[problem with timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1888#p1888"><![CDATA[
Hello,<br>I have an timer that doesnt want work it only run once but i want to repeat the call all 10 seconds here my tcl script:<br><div class="codebox"><p>Code: </p><pre><code>set our_chan "#channel"bind pub - engage statusproc status {nick uhost hand chan text} {utimer 10 [global our_chan  putserv "privmsg $our_chan :TOPIC DISPLAYER LOADED READY FOR TOPICS"if [catch {open /usr/local/httpd/cgi-bin/majesticc/data r+} datafile ] {putserv "privmsg $our_chan : sorry my data file dont work: $datafile"}#putserv "privmsg $chan :[split [read $datafile] "n"]"  foreach line [split [read $datafile] n] {#putserv "privmsg $our_chan :$line"foreach col [split $line {;;}] {if {$col != ""} { putserv "privmsg $our_chan :$col"}}}#putserv "privmsg $our_chan :" close $datafileif [catch {open /usr/local/httpd/cgi-bin/majesticc/data w+} datafile ] {putserv "privmsg $our_chan : sorry my data file dont work: $datafile"}close $datafile]}</code></pre></div>greets<br>Majesticc<br><p>Statistics: Posted by Guest — Thu Nov 22, 2001 5:59 am</p><hr />
]]></content>
	</entry>
	</feed>
