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

	<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>2008-11-14T10:05:39-04:00</updated>

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

		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2008-11-14T10:05:39-04:00</updated>

		<published>2008-11-14T10:05:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85816#p85816</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85816#p85816"/>
		<title type="html"><![CDATA[Messages on select channels.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85816#p85816"><![CDATA[
<blockquote class="uncited"><div>Bot will write this msg every 20 mins??</div></blockquote>No... because the bind will only trigger the proc every hour (when the minutes are "00"). You need to change the bind mask to * (every minute) or ?0* (every 10 minutes)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Fri Nov 14, 2008 10:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[xamrex]]></name></author>
		<updated>2008-11-14T09:31:11-04:00</updated>

		<published>2008-11-14T09:31:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85814#p85814</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85814#p85814"/>
		<title type="html"><![CDATA[Messages on select channels.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85814#p85814"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>bind time - 00* everyHourproc everyHour {mm hh args} {if {[scan $hh %d]%2} return;# skip odd hoursforeach chan {#yourchan #friendschan} {puthelp "PRIVMSG $chan :\002Hello, I am here"}}</code></pre></div></div></blockquote>If I change this script:<br><div class="codebox"><p>Code: </p><pre><code>bind time - 00* everyHourproc everyHour {mm hh args} {if {[scan $mm %d]%20} return;# skip odd hoursforeach chan {#yourchan #friendschan} {puthelp "PRIVMSG $chan :\002Hello, I am here"}}</code></pre></div>Bot will write this msg every 20 mins??<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10238">xamrex</a> — Fri Nov 14, 2008 9:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2008-11-12T17:01:10-04:00</updated>

		<published>2008-11-12T17:01:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85786#p85786</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85786#p85786"/>
		<title type="html"><![CDATA[Messages on select channels.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85786#p85786"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind time - 00* everyHourproc everyHour {mm hh args} {if {[scan $hh %d]%2} return;# skip odd hoursforeach chan {#yourchan #friendschan} {puthelp "PRIVMSG $chan :\002Hello, I am here"}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Wed Nov 12, 2008 5:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[xamrex]]></name></author>
		<updated>2008-11-12T16:11:00-04:00</updated>

		<published>2008-11-12T16:11:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85785#p85785</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85785#p85785"/>
		<title type="html"><![CDATA[Messages on select channels.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85785#p85785"><![CDATA[
Hi<br>I need a script.<br>Bot should every 120 mins write on my channel, and my mate channel "<strong class="text-strong">Hello, I am here</strong><br>Can someone write me this script:D<br>PLEASE<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10238">xamrex</a> — Wed Nov 12, 2008 4:11 pm</p><hr />
]]></content>
	</entry>
	</feed>
