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

	<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-05-28T10:34:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-28T10:34:00-04:00</updated>

		<published>2002-05-28T10:34:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7328#p7328</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7328#p7328"/>
		<title type="html"><![CDATA[Tcl_CreateTimerHandler]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7328#p7328"><![CDATA[
Sweet. Thanks for responding <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 Guest — Tue May 28, 2002 10:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-05-28T06:19:00-04:00</updated>

		<published>2002-05-28T06:19:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7321#p7321</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7321#p7321"/>
		<title type="html"><![CDATA[Tcl_CreateTimerHandler]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7321#p7321"><![CDATA[
Tcl_CreateTimerHandler is a C function, not a Tcl command.<br><br>You're looking at the TclLib manual, which is the C functions that Tcl provides. Eggdrop script functions are located in the eggdrop/doc/tcl-commands.doc file. The command you're probably interested in is 'timer'.<br><br>(Btw, for Tcl commands, look in the TclCmd manual, not the TclLib manual.)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Tue May 28, 2002 6:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-27T19:33:00-04:00</updated>

		<published>2002-05-27T19:33:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7312#p7312</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7312#p7312"/>
		<title type="html"><![CDATA[Tcl_CreateTimerHandler]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7312#p7312"><![CDATA[
Heya folks. I have a quick question. As I'm sure you notice, I am not a tcl scripter <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><br><br>Anyway, say I have a short script.. Something like this:<br><br>proc pubm:test {nick output binary chan text} {<br>set text {1 2 3 4 5 6 7}<br>set text [ lindex $text 6 ]<br>puts $text<br><br>Somewhere else in this script, it calls that proc, but I want it to wait 30 minutes before doing so. I also dont want it to halt the script while waiting.<br><br>I think I found what I was looking for here:<br><a href="http://tcl.activestate.com/man/tcl8.3/TclLib/CrtTimerHdlr.htm" class="postlink">http://tcl.activestate.com/man/tcl8.3/T ... erHdlr.htm</a><br>But I am unable to understand how to utilize it. <br><br>Please help, or hint. Any help is appriciated <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><br><br>/Beaver3<br><p>Statistics: Posted by Guest — Mon May 27, 2002 7:33 pm</p><hr />
]]></content>
	</entry>
	</feed>
