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

	<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-31T13:49:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[DrTongue]]></name></author>
		<updated>2002-03-31T13:49:00-04:00</updated>

		<published>2002-03-31T13:49:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5845#p5845</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5845#p5845"/>
		<title type="html"><![CDATA[Bot message to channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5845#p5845"><![CDATA[
Great! Thank you very much!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=757">DrTongue</a> — Sun Mar 31, 2002 1:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-31T12:41:00-04:00</updated>

		<published>2002-03-31T12:41:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5841#p5841</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5841#p5841"/>
		<title type="html"><![CDATA[Bot message to channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5841#p5841"><![CDATA[
close.. add an asterisk in the "hour" field t signify that you want it to trigger on any hour, thus:<br><br>bind time - "* 05 * * *" {putserv "PRIVMSG #chanofyourchoice : text of the message"} <br><p>Statistics: Posted by Guest — Sun Mar 31, 2002 12:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DrTongue]]></name></author>
		<updated>2002-03-31T09:50:00-04:00</updated>

		<published>2002-03-31T09:50:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5828#p5828</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5828#p5828"/>
		<title type="html"><![CDATA[Bot message to channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5828#p5828"><![CDATA[
Ok , how about if I wanted the message to go out, say at 5 or 10 past every hour? That possible?<br><br>To set it for 5 minutes after the hour would it be something like:<br><br>bind time - "05 * * *" {putserv "PRIVMSG #chanofyourchoice : text of the message"} <br><br><br>&lt;font size=-1&gt;[ This Message was edited by: DrTongue on 2002-03-31 07:51 ]&lt;/font&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=757">DrTongue</a> — Sun Mar 31, 2002 9:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DrTongue]]></name></author>
		<updated>2002-03-30T16:52:00-04:00</updated>

		<published>2002-03-30T16:52:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5806#p5806</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5806#p5806"/>
		<title type="html"><![CDATA[Bot message to channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5806#p5806"><![CDATA[
Hey! Thanks. I will give that a shot!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=757">DrTongue</a> — Sat Mar 30, 2002 4:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-30T16:02:00-04:00</updated>

		<published>2002-03-30T16:02:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5805#p5805</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5805#p5805"/>
		<title type="html"><![CDATA[Bot message to channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5805#p5805"><![CDATA[
bind time - "06 30 * * *" {putserv "PRIVMSG #chanofyourchoice : text of the message"}<br><br>triggers a timed message at 0630 hours in a 24 hour time format. The three asterisks relate to day month and year. As asterisks they signify any day month and year, ie, every day.<p>Statistics: Posted by Guest — Sat Mar 30, 2002 4:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DrTongue]]></name></author>
		<updated>2002-03-30T11:06:00-04:00</updated>

		<published>2002-03-30T11:06:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5792#p5792</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5792#p5792"/>
		<title type="html"><![CDATA[Bot message to channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5792#p5792"><![CDATA[
I was looking for a .tcl script for the bot to send a specific text message at a specific time every hour. I found EBI.tcl script for an hourly message to channel but I'd like to be able to specify a certain time OF the hour for the message to go out. This possible??<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=757">DrTongue</a> — Sat Mar 30, 2002 11:06 am</p><hr />
]]></content>
	</entry>
	</feed>
