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

	<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>2006-07-14T15:08:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[NTHosts]]></name></author>
		<updated>2006-07-14T15:08:36-04:00</updated>

		<published>2006-07-14T15:08:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64645#p64645</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64645#p64645"/>
		<title type="html"><![CDATA[...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64645#p64645"><![CDATA[
So this tcl dont actually play mp3s.. ? <br>Heh, wouldn't we all love a script that could do that <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>I think what you want here is just a normal advertise script that says "whatever" to "#whatever" in "sumtimescale"<br><br>im sure if you search the tcl archive there's lots <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>And btw, remember to use the code tags when pasteing code and make sure its properly indented, I had major problems readin that <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6839">NTHosts</a> — Fri Jul 14, 2006 3:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Arkadietz]]></name></author>
		<updated>2006-07-14T11:56:04-04:00</updated>

		<published>2006-07-14T11:56:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64643#p64643</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64643#p64643"/>
		<title type="html"><![CDATA[Some Help About mp3 tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64643#p64643"><![CDATA[
Hello, i want a working tcl who play a song every 10 mins for example where i can choose the minutes and the songs in the tcl<br><br>P.S And must be Work at every channel<br><br>For example:<br>[18:53:52] * Creative plays Francesco Farfa - Changing Shapes (Chus and Cebellos Remix)<br><br>I have one tcl but have a bug at time sometimes go in crazy and the timer doesn't work<br><br>This is code i will be happy if someone fix it !<br><br># Time<br>set speaks_time 10<br>## Channel<br>set speaks_chans "*"<br><br><br>set speaks_msg { <br>"4Toasters - Real World (Real Beats)"<br>"bla bla"<br>}<br><br><br><br>if {![string match "*time_speaks*" [timers]]} { <br>timer $speaks_time time_speaks <br>} <br>proc time_speaks {} { <br>global speaks_msg speaks_chans speaks_time <br>if {$speaks_chans == "*"} { <br>set speaks_temp [channels] <br>} else { <br>set speaks_temp $speaks_chans <br>} <br>foreach chan $speaks_temp { <br>set speaks_rmsg [lindex $speaks_msg [rand [llength $speaks_msg]]] <br>puthelp "PRIVMSG $chan :\001plays $speaks_rmsg\001" <br>} <br>} <br>if {![string match "*time_speaks*" [timers]]} { <br>timer $speaks_time time_speaks <br>}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7974">Arkadietz</a> — Fri Jul 14, 2006 11:56 am</p><hr />
]]></content>
	</entry>
	</feed>
