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

	<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-07-12T21:22:26-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Ace-T]]></name></author>
		<updated>2007-07-12T21:22:26-04:00</updated>

		<published>2007-07-12T21:22:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74392#p74392</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74392#p74392"/>
		<title type="html"><![CDATA[Timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74392#p74392"><![CDATA[
the timer1.0 scripted worked fine <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br><br>i new the timer was setting anyway, cause if i set it to announce every 2 mins, it announced after the first 2 mins then died<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8148">Ace-T</a> — Thu Jul 12, 2007 9:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Zircon]]></name></author>
		<updated>2007-07-12T21:15:29-04:00</updated>

		<published>2007-07-12T21:15:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74391#p74391</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74391#p74391"/>
		<title type="html"><![CDATA[Timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74391#p74391"><![CDATA[
<blockquote class="uncited"><div>I think this will do the job in the partyline :<blockquote class="uncited"><div>.tcl timers</div></blockquote></div></blockquote>    U have to enable the .tcl commad in your conf file so it can work<blockquote class="uncited"><div># Comment these two lines if you wish to enable the .tcl and .set commands.<br># If you select your owners wisely, you should be okay enabling these.<br>unbind dcc n tcl *dcc:tcl<br>unbind dcc n set *dcc:set</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8115">Zircon</a> — Thu Jul 12, 2007 9:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ace-T]]></name></author>
		<updated>2007-07-12T20:44:46-04:00</updated>

		<published>2007-07-12T20:44:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74390#p74390</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74390#p74390"/>
		<title type="html"><![CDATA[Timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74390#p74390"><![CDATA[
thx for ur reply, i have tried the script and it seems the timer is dying after the first announce, and i have it set to == 1 in  the script so i know its not tht <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>just gotta find why its dying at the first announce rly <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=8148">Ace-T</a> — Thu Jul 12, 2007 8:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-07-12T19:04:14-04:00</updated>

		<published>2007-07-12T19:04:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74388#p74388</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74388#p74388"/>
		<title type="html"><![CDATA[Timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74388#p74388"><![CDATA[
There's a little script called timer1.0 in the tcl archive, that will allow you to look at the timers and set/kill new ones as needed..  You can debug your timer procs with putcmdlog strings, to see if the vars are being reset and the proc is being executed and such. <br><br>The var the proc is testing is not being set properly (f {$sc::sets(adv) == 1})<br><br>Where does the var $sc::sets(adv) get set?  If it's a config option, it needs to be set to 1.. If it's set somewhere else in some proc, you need to follow the chain of logic to figure out why it's not being set to 1.<br><br>As far as making timers repeat, it's not that hard. There's plenty of example scripts in the archive and the forums, for example any of the advertising scripts that repeat every few minutes.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Thu Jul 12, 2007 7:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ace-T]]></name></author>
		<updated>2007-07-12T18:23:10-04:00</updated>

		<published>2007-07-12T18:23:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74387#p74387</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74387#p74387"/>
		<title type="html"><![CDATA[Timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74387#p74387"><![CDATA[
nah dont work <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br><br>just need to know why this timer aint reapting rly, timers in tcl are hard <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8148">Ace-T</a> — Thu Jul 12, 2007 6:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Zircon]]></name></author>
		<updated>2007-07-12T11:03:55-04:00</updated>

		<published>2007-07-12T11:03:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74381#p74381</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74381#p74381"/>
		<title type="html"><![CDATA[Timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74381#p74381"><![CDATA[
I think this will do the job in the partyline :<blockquote class="uncited"><div>.tcl timers</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8115">Zircon</a> — Thu Jul 12, 2007 11:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ace-T]]></name></author>
		<updated>2007-07-12T09:08:21-04:00</updated>

		<published>2007-07-12T09:08:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74379#p74379</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74379#p74379"/>
		<title type="html"><![CDATA[Timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74379#p74379"><![CDATA[
cant seem to find him hehe<br><br>is there a way to get a list of active timers in partyline??<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8148">Ace-T</a> — Thu Jul 12, 2007 9:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2007-07-11T20:39:47-04:00</updated>

		<published>2007-07-11T20:39:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74371#p74371</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74371#p74371"/>
		<title type="html"><![CDATA[Timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74371#p74371"><![CDATA[
IMHO you should try to contact the author at first.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Wed Jul 11, 2007 8:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ace-T]]></name></author>
		<updated>2007-07-11T19:48:57-04:00</updated>

		<published>2007-07-11T19:48:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74367#p74367</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74367#p74367"/>
		<title type="html"><![CDATA[Timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74367#p74367"><![CDATA[
even if i do summet easy as<br><br>      set delay 1<br>timer delay "sc::post privmsg none all {$sc::texts(adv)}"<br><br>it works once then nothing..<br><br>is there a comand for party line to see what timers are running??<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8148">Ace-T</a> — Wed Jul 11, 2007 7:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ace-T]]></name></author>
		<updated>2007-07-11T09:17:15-04:00</updated>

		<published>2007-07-11T09:17:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74356#p74356</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74356#p74356"/>
		<title type="html"><![CDATA[Timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74356#p74356"><![CDATA[
i am using LoReZ ShoutCast Script v2.1, and timer doesnt work<br><br>if {$sc::sets(adv) == 1} {<br>    timer $sc::sets(advtime) "sc::post privmsg none all {$sc::texts(adv)}"<br>}<br><br>and<br><br> # Advertise every X Minutes <br>set sc::sets(advtime) 15<br><br><br>but it will announce onces then it wont announce no more.. :s<br><br>any ideas y?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8148">Ace-T</a> — Wed Jul 11, 2007 9:17 am</p><hr />
]]></content>
	</entry>
	</feed>
