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

	<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>2005-07-25T13:41:33-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2005-07-25T13:41:33-04:00</updated>

		<published>2005-07-25T13:41:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53247#p53247</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53247#p53247"/>
		<title type="html"><![CDATA[Sleep between commands...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53247#p53247"><![CDATA[
hehe sorry didn't mean to be a wizeass just have been away from the forum for a while <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> just was trying to help ..<br><br>hehe<br><br>tnx for the update notice good to know <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> wasn't sure about it..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Mon Jul 25, 2005 1:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-25T13:26:06-04:00</updated>

		<published>2005-07-25T13:26:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53245#p53245</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53245#p53245"/>
		<title type="html"><![CDATA[Sleep between commands...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53245#p53245"><![CDATA[
no need for [update], eggdrop maintains the Tcl event loop on its own, this is not tclsh (and I think we have already discussed that some time ago <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Jul 25, 2005 1:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2005-07-25T08:25:12-04:00</updated>

		<published>2005-07-25T08:25:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53210#p53210</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53210#p53210"/>
		<title type="html"><![CDATA[Sleep between commands...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53210#p53210"><![CDATA[
i think he wants to use ms instead of seconds you can do this using after<div class="codebox"><p>Code: </p><pre><code>after 250 mycommand</code></pre></div>then use <a href="http://www.tcl.tk/man/tcl8.4/TclCmd/update.htm" class="postlink">update</a> somewhere in a while.. to call back on it ..<br><br>or just add <div class="codebox"><p>Code: </p><pre><code>after 250</code></pre></div> and it will block for 250 ms, but remember it will block everything<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Mon Jul 25, 2005 8:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-23T20:10:00-04:00</updated>

		<published>2005-07-23T20:10:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53107#p53107</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53107#p53107"/>
		<title type="html"><![CDATA[Sleep between commands...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53107#p53107"><![CDATA[
see my code in <a href="http://forum.egghelp.org/viewtopic.php?t=9837" class="postlink">this thread</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Jul 23, 2005 8:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TRiLoGY]]></name></author>
		<updated>2005-07-23T19:29:59-04:00</updated>

		<published>2005-07-23T19:29:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53105#p53105</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53105#p53105"/>
		<title type="html"><![CDATA[Sleep between commands...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53105#p53105"><![CDATA[
i'm gathering information from a mysql table and it sends the messages to some members, but i don't want to send all messages imediatly, i want to pause betwen them, so the won't get banned by flood<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6517">TRiLoGY</a> — Sat Jul 23, 2005 7:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-23T19:23:21-04:00</updated>

		<published>2005-07-23T19:23:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53103#p53103</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53103#p53103"/>
		<title type="html"><![CDATA[Sleep between commands...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53103#p53103"><![CDATA[
why would you want to do that?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Jul 23, 2005 7:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TRiLoGY]]></name></author>
		<updated>2005-07-23T19:19:48-04:00</updated>

		<published>2005-07-23T19:19:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53102#p53102</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53102#p53102"/>
		<title type="html"><![CDATA[Sleep between commands...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53102#p53102"><![CDATA[
Hi there<br><br>How can I make the script pause/sleep 250 millisecods between two commands, like this:<div class="codebox"><p>Code: </p><pre><code>putserv "NOTICE $nick :First message"#sleep 250 msputserv "NOTICE $nick :Second message"</code></pre></div>If it is only possible to sleep onde second or more, say it, it might help.<br><br>Regards,<br>TRiLoGY<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6517">TRiLoGY</a> — Sat Jul 23, 2005 7:19 pm</p><hr />
]]></content>
	</entry>
	</feed>
