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

	<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>2002-06-01T06:51:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-06-01T06:51:00-04:00</updated>

		<published>2002-06-01T06:51:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7527#p7527</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7527#p7527"/>
		<title type="html"><![CDATA[Running multiple commands after a certain time...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7527#p7527"><![CDATA[
Cheers guys!!!<p>Statistics: Posted by Guest — Sat Jun 01, 2002 6:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-06-01T00:59:00-04:00</updated>

		<published>2002-06-01T00:59:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7523#p7523</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7523#p7523"/>
		<title type="html"><![CDATA[Running multiple commands after a certain time...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7523#p7523"><![CDATA[
Probably the best thing to do is make a proc that has all your code in it, and just call the proc from the timer.<br><div class="codebox"><p>Code: </p><pre><code>proc do_stuff {} {  blah1  blah2  blah3}utimer 10 do_stuff</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Sat Jun 01, 2002 12:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-05-31T19:02:00-04:00</updated>

		<published>2002-05-31T19:02:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7508#p7508</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7508#p7508"/>
		<title type="html"><![CDATA[Running multiple commands after a certain time...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7508#p7508"><![CDATA[
utimer 10 { blah ; bleh ; bloop ; dayum }<br>etc<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Fri May 31, 2002 7:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-31T16:50:00-04:00</updated>

		<published>2002-05-31T16:50:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7504#p7504</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7504#p7504"/>
		<title type="html"><![CDATA[Running multiple commands after a certain time...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7504#p7504"><![CDATA[
How do i run multiple commands after a certain time...<br><br>utimer 10 {<br> blah<br> blah<br>}<br><br>^^^^ doesnt work....<br><br>Thanks for any help!!!<p>Statistics: Posted by Guest — Fri May 31, 2002 4:50 pm</p><hr />
]]></content>
	</entry>
	</feed>
