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

	<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-06-26T19:19:41-04:00</updated>

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

		<entry>
		<author><name><![CDATA[padyo]]></name></author>
		<updated>2008-06-26T19:19:41-04:00</updated>

		<published>2008-06-26T19:19:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83733#p83733</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83733#p83733"/>
		<title type="html"><![CDATA[Radio Countdown]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83733#p83733"><![CDATA[
Awesome! Thank you. Works a charm.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10018">padyo</a> — Thu Jun 26, 2008 7:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2008-06-26T04:47:19-04:00</updated>

		<published>2008-06-26T04:47:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83730#p83730</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83730#p83730"/>
		<title type="html"><![CDATA[Radio Countdown]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83730#p83730"><![CDATA[
Try this:<div class="codebox"><p>Code: </p><pre><code>bind pub - !countdown cdn_startproc cdn_start {n u h c a} {if {![info exists ::cdntimer($c)]} {cdn_next $c 0} else {# already counting on that channel - ignore request}}proc cdn_next {c i} {set msgs {"[3 minute countdown started]""[2 minutes]""[1 minute]""[45 seconds]""[30 seconds]""[20 seconds]""[10 seconds]""[5 seconds]""[1 second]""[GO GO GO]"}set times {60 60 15 15 10 10 5 4 1}putquick "PRIVMSG $c :[lindex $msgs $i]"if {[llength $times]&gt;$i} {set ::cdntimer($c) [utimer [lindex $times $i] [list cdn_next $c [incr i]]]} else {unset ::cdntimer($c)}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Thu Jun 26, 2008 4:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[padyo]]></name></author>
		<updated>2008-06-25T13:09:39-04:00</updated>

		<published>2008-06-25T13:09:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83726#p83726</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83726#p83726"/>
		<title type="html"><![CDATA[Radio Countdown]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83726#p83726"><![CDATA[
Looking for a 3 minute countdown timer to allow the next dj that the next slot is freed up.  Currently I have one for mirc, but would like to see something for the eggdrop so a dj could type a command like: !countdown and leave the work up to the bot.<br><br>Something that would leave it looking like:<br><br>Dj: !countdown<br>Bot: [3 minute countdown started]<br>Bot: [2 minutes]<br>Bot: [1 minute]<br>Bot: [45 seconds]<br>Bot: [30 seconds]<br>Bot: [20 seconds]<br>Bot: [10 seconds]<br>Bot: [5 seconds]<br>Bot: [1 second]<br>Bot: [GO GO GO]<br><br>TIA<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10018">padyo</a> — Wed Jun 25, 2008 1:09 pm</p><hr />
]]></content>
	</entry>
	</feed>
