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

	<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-11-11T21:08:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-11-11T21:08:36-04:00</updated>

		<published>2005-11-11T21:08:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57342#p57342</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57342#p57342"/>
		<title type="html"><![CDATA[channel topic for htcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57342#p57342"><![CDATA[
<a href="http://www.tcl.tk/man/tcl8.4/TclCmd/" class="postlink">Listing of Directory -man-tcl8.4-TclCmd-</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Nov 11, 2005 9:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2005-11-11T20:46:14-04:00</updated>

		<published>2005-11-11T20:46:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57340#p57340</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57340#p57340"/>
		<title type="html"><![CDATA[channel topic for htcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57340#p57340"><![CDATA[
because i have no idea of how to do it, if you could give me some starters, then i can try and make something of it <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Fri Nov 11, 2005 8:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-11-11T19:46:41-04:00</updated>

		<published>2005-11-11T19:46:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57337#p57337</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57337#p57337"/>
		<title type="html"><![CDATA[channel topic for htcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57337#p57337"><![CDATA[
Why not try filtering or play around with it some more?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Nov 11, 2005 7:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2005-11-11T15:13:39-04:00</updated>

		<published>2005-11-11T15:13:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57334#p57334</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57334#p57334"/>
		<title type="html"><![CDATA[channel topic for htcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57334#p57334"><![CDATA[
thanks sir_fz<br><br>it returns: <br><div class="codebox"><p>Code: </p><pre><code>Channel topic: 3( ( 3( :: W elcome to # alfn 3:: B F2 s tats: http://bf2s.com/player/44315144/ 3:: A uth e quals OP 3:: A uths: 15 H osts: 16 3:: P rotection i s ON :3: ) ) 3)</code></pre></div>Some spaces within the script where the bold tags were. Its one of these things which seem impossible to do <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=6300">r0t3n</a> — Fri Nov 11, 2005 3:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-11-11T14:37:05-04:00</updated>

		<published>2005-11-11T14:37:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57333#p57333</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57333#p57333"/>
		<title type="html"><![CDATA[channel topic for htcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57333#p57333"><![CDATA[
something like this might help:<div class="codebox"><p>Code: </p><pre><code>proc parseBold str { set c 0 set htmlstring [lindex [split $str \002] 0] foreach bs [lrange [split $str \002] 1 end] {  if {$c%2 == 0} {   lappend htmlstring "&lt;bold&gt;$bs&lt;/bold&gt;"  } {   lappend htmlstring $bs  }  incr c } return [join $htmlstring]}</code></pre></div>this will replace <strong class="text-strong">bold</strong> codes with &lt;bold&gt; &amp; &lt;/bold&gt; tags.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Nov 11, 2005 2:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2005-11-11T12:58:13-04:00</updated>

		<published>2005-11-11T12:58:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57332#p57332</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57332#p57332"/>
		<title type="html"><![CDATA[channel topic for htcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57332#p57332"><![CDATA[
Hello there.<br><br>I need a proc to be used for my htcl webpage<br><br><a href="http://81.7.142.2:3006/onchan.htcl?chan=%23all4us" class="postlink">http://81.7.142.2:3006/onchan.htcl?chan=%23all4us</a><br><br>As you can see, the topic section includes all the color/bold/underline tag etc. I need a proc to recognise these, and the colors, and to change them to html color/bold/underline tags. So then the actual color of the topic can be seen on my htcl website. <br><br>btw, htcl is html with tcl commands within the html.<br><br>Thanks in advance,<br>Chris <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Fri Nov 11, 2005 12:58 pm</p><hr />
]]></content>
	</entry>
	</feed>
