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

	<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-06-21T00:39:08-04:00</updated>

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

		<entry>
		<author><name><![CDATA[evac1K]]></name></author>
		<updated>2006-06-21T00:39:08-04:00</updated>

		<published>2006-06-21T00:39:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64239#p64239</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64239#p64239"/>
		<title type="html"><![CDATA[timer script !]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64239#p64239"><![CDATA[
that works, is there something u can add where i can PM the bot so it stops it? and then something else to start it again? like .startad .endad<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7895">evac1K</a> — Wed Jun 21, 2006 12:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2006-06-21T00:23:29-04:00</updated>

		<published>2006-06-21T00:23:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64238#p64238</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64238#p64238"/>
		<title type="html"><![CDATA[timer script !]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64238#p64238"><![CDATA[
Err, sorry I overlooked the previous code I pasted. Actually that will work, but for every 60 MINUTES not 60 SECONDS.<br><br>The code pasted below now should execute every 60 seconds:<br><div class="codebox"><p>Code: </p><pre><code>#Set the channel to advertise on set channame "#mychannel" #Set your advertising message set advertmsg "Please join #blabla" utimer 60 msg:chan proc msg:chan {} {  global channame advertmsg  putserv "PRIVMSG $channame :$advertmsg"  utimer 60 msg:chan }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Wed Jun 21, 2006 12:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[evac1K]]></name></author>
		<updated>2006-06-21T00:10:01-04:00</updated>

		<published>2006-06-21T00:10:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64237#p64237</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64237#p64237"/>
		<title type="html"><![CDATA[timer script !]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64237#p64237"><![CDATA[
#Set the channel to advertise on<br>set channame "#findclan"<br><br>#Set your advertising message<br>set advertmsg "8,1#1K15 inviting TOP CAL/CEVO teams"<br><br>timer 60 msg:chan<br><br>proc msg:chan {} {<br> global channame advertmsg<br> putserv "PRIVMSG $channame :$advertmsg"<br> timer 60 msg:chan<br>} <br><br>not working :\<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7895">evac1K</a> — Wed Jun 21, 2006 12:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2006-06-20T22:03:04-04:00</updated>

		<published>2006-06-20T22:03:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64234#p64234</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64234#p64234"/>
		<title type="html"><![CDATA[timer script !]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64234#p64234"><![CDATA[
Use this then:<br><div class="codebox"><p>Code: </p><pre><code>#Set the channel to advertise onset channame "#mychannel"#Set your advertising messageset advertmsg "Please join #blabla"timer 60 msg:chan proc msg:chan {} { global channame advertmsg putserv "PRIVMSG $channame :$advertmsg"  timer 60 msg:chan }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Tue Jun 20, 2006 10:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[evac1K]]></name></author>
		<updated>2006-06-19T19:26:50-04:00</updated>

		<published>2006-06-19T19:26:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64209#p64209</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64209#p64209"/>
		<title type="html"><![CDATA[timer script !]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64209#p64209"><![CDATA[
awyeah. i dont get that. whats a proc? and what parts do i edit? in your second one. i want to advertise a channel like every 60 seconds.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7895">evac1K</a> — Mon Jun 19, 2006 7:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-02-28T21:51:23-04:00</updated>

		<published>2005-02-28T21:51:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47084#p47084</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47084#p47084"/>
		<title type="html"><![CDATA[timer script !]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47084#p47084"><![CDATA[
If you want a continued message you can use something like this:<br><div class="codebox"><p>Code: </p><pre><code>timer 2 msg:chanproc msg:chan {} { putserv "PRIVMSG #channel :Message here!" timer 2 msg:chan}</code></pre></div>If you want to trigger a proc, but delayed you can use something like this:<br><div class="codebox"><p>Code: </p><pre><code>proc my:proc {nick uhost hand chan text} {  timer 2 [list my:second:proc $nick $uhost $hand $chan $text]}Note: It is not necessary to pass all variables to the next proc, you only need to pass only those arguments which are defined in your next proc, and the names cant be different, but the values would be same (since they don't depend upon names, just their positions).</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Mon Feb 28, 2005 9:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-02-28T17:12:16-04:00</updated>

		<published>2005-02-28T17:12:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47071#p47071</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47071#p47071"/>
		<title type="html"><![CDATA[timer script !]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47071#p47071"><![CDATA[
look in the tcl archive, there's dozens of them<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Mon Feb 28, 2005 5:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-02-28T17:10:02-04:00</updated>

		<published>2005-02-28T17:10:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47070#p47070</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47070#p47070"/>
		<title type="html"><![CDATA[timer script !]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47070#p47070"><![CDATA[
<a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=357" class="postlink">Click Me</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Mon Feb 28, 2005 5:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GouroB]]></name></author>
		<updated>2005-02-28T17:04:07-04:00</updated>

		<published>2005-02-28T17:04:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47069#p47069</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47069#p47069"/>
		<title type="html"><![CDATA[timer script !]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47069#p47069"><![CDATA[
do any one knows or is there any tcl script that does timer things ... like i want my bot to say some msg ... after 2 mins in a specified channel , is there any tcl for that ? thx in advance for any positive reply <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5899">GouroB</a> — Mon Feb 28, 2005 5:04 pm</p><hr />
]]></content>
	</entry>
	</feed>
