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

	<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>2005-09-16T13:04:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-16T13:04:36-04:00</updated>

		<published>2005-09-16T13:04:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55781#p55781</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55781#p55781"/>
		<title type="html"><![CDATA[Radio, Auto-Post to Channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55781#p55781"><![CDATA[
<ul><li>don't use lynx, use <a href="http://www.tcl.tk/man/tcl8.5/TclCmd/http.htm" class="postlink">http</a> package</li><li>you can embed mIRC colors in output text using the color escape character \003; check mIRC's docs for color code combinations; for example, this would be red on yellow:<div class="codebox"><p>Code: </p><pre><code>putserv "privmsg #channel :\0034,8using colors on irc is lame\003"</code></pre></div></li></ul><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Sep 16, 2005 1:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2005-09-16T12:58:52-04:00</updated>

		<published>2005-09-16T12:58:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55780#p55780</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55780#p55780"/>
		<title type="html"><![CDATA[Radio, Auto-Post to Channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55780#p55780"><![CDATA[
Have you checked <a href="http://forum.egghelp.org/viewtopic.php?t=3867" class="postlink">Colour and formatting codes</a> from the <a href="http://forum.egghelp.org/viewforum.php?f=7" class="postlink">Tcl FAQ</a>?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri Sep 16, 2005 12:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Balkanac]]></name></author>
		<updated>2005-09-16T12:00:00-04:00</updated>

		<published>2005-09-16T12:00:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55779#p55779</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55779#p55779"/>
		<title type="html"><![CDATA[Radio, Auto-Post to Channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55779#p55779"><![CDATA[
//Edit:<br><br>How I can put an other colour into the text?<br><div class="codebox"><p>Code: </p><pre><code>set radio_url "http://discopink.ch/sc_text2.php"set time 1set chan "#RadioPink"if {![info exists ald]} {set ald 1timer $time radio_get}proc radio_get {} {global radio_urlglobal thetext a chan time textset file [open "|lynx -source $radio_url" r]set html "[gets $file]"regsub -all "&lt;br&gt;" $html " " htmlregsub -all "&lt;html&gt;" $html " " htmlregsub -all "&lt;font color=#333333&gt;" $html " " htmlregsub -all "&lt;/font&gt;" $html " " htmlregsub -all "&lt;\[^b]{0,1}b{0,1}&gt;" $html "" htmlregsub "text1=" $html "" htmlregsub "NOW PLAYING:" $html "Now on http://viptrend.com:8002/listen.pls playing \002" htmlputchan $chan $htmlputserv "privmsg $chan Radio: http://viptrend.com:8002/listen.pls"        timer $time radio_get}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6603">Balkanac</a> — Fri Sep 16, 2005 12:00 pm</p><hr />
]]></content>
	</entry>
	</feed>
