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

	<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>2013-02-01T17:28:39-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Madalin]]></name></author>
		<updated>2013-02-01T17:28:39-04:00</updated>

		<published>2013-02-01T17:28:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100890#p100890</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100890#p100890"/>
		<title type="html"><![CDATA[advertise timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100890#p100890"><![CDATA[
I just tested the variables so that they will be as they should be and it should work perfectlly (this is my version at this points i really think it can be done much easier yet this is a working version)<br><div class="codebox"><p>Code: </p><pre><code>bind time - * check:advset adv(#chan1) "10 message1"set adv(#chan2) "20 message2"proc check:adv {min hour day month year} {global advif {![llength [timers]]} {foreach a [array names adv] {timer [lindex [split $adv($a)] 0] [list putserv "PRIVMSG $a :[join [lrange $adv($a) 1 end]]"]putlog "adaugat $a"}} else {foreach a [array names adv] {if {![string match -nocase "*$a*" [timers]]} {timer [lindex [split $adv($a)] 0] [list putserv "PRIVMSG $a :[join [lrange $adv($a) 1 end]]"]putlog "doar $a"}}}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6396">Madalin</a> — Fri Feb 01, 2013 5:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[broot]]></name></author>
		<updated>2009-05-31T17:51:47-04:00</updated>

		<published>2009-05-31T17:51:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89043#p89043</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89043#p89043"/>
		<title type="html"><![CDATA[advertise timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89043#p89043"><![CDATA[
I been searching for a script that can manage multiple messages, multiple channels, and multiple intervals.<br><br>I found a few scripts close to what I am looking for but not exact. Example script --- SendMsg 1.1 by WPnL<br><br>It allows you to type multiple messages which sends to a list of channels you define BUT they all send based on the same interval. ALSO it sends the exact same messages to all channels.<br><br>What I am looking for the script to actual do is set <br>Chan -&gt; Interval(in mins) -&gt; Message<br>Example:<br>#chan1 20 "message here #1"<br>#chan2 10 "message here #2"<br>#chan3 45 "message here #3"<br><br>As you can see there is 3 different channels 3 defined with 3 different intervals for those channels defined and each sends 3 different messages which is defined to those channels....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10691">broot</a> — Sun May 31, 2009 5:51 pm</p><hr />
]]></content>
	</entry>
	</feed>
