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

	<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-03-31T12:38:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-31T12:38:00-04:00</updated>

		<published>2002-03-31T12:38:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5840#p5840</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5840#p5840"/>
		<title type="html"><![CDATA[TCL message Script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5840#p5840"><![CDATA[
might also be able to do it with a bind command, depending on how the wildcards are interpretted. Maybe someone else can say if this is valid:<br><br>bind time - "* *0 * * *" {putserv "PRIVMSG #channelofyourchoice :Text to be repeated"}<p>Statistics: Posted by Guest — Sun Mar 31, 2002 12:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-31T12:35:00-04:00</updated>

		<published>2002-03-31T12:35:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5839#p5839</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5839#p5839"/>
		<title type="html"><![CDATA[TCL message Script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5839#p5839"><![CDATA[
if {![info exists timedmessage_running]} { <br> timer 10 "timedmessage"<br> set timedmessage_running 1 <br>} <br>proc timedmessage {} {<br> putserv "PRIVMSG #channelofyourchoice :Text to be repeated"<br> timer 10 "timedmessage"<br> return 1<br>}<p>Statistics: Posted by Guest — Sun Mar 31, 2002 12:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-30T23:24:00-04:00</updated>

		<published>2002-03-30T23:24:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5813#p5813</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5813#p5813"/>
		<title type="html"><![CDATA[TCL message Script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5813#p5813"><![CDATA[
Im Searching for an TCL Script for my Bot, that displays a public message all 10 Minutes. Does anyone knows a script like this, or must i write it myself ?<br><br>THX<br>CLEANER<p>Statistics: Posted by Guest — Sat Mar 30, 2002 11:24 pm</p><hr />
]]></content>
	</entry>
	</feed>
