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

	<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>2001-12-20T12:48:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-12-20T12:48:00-04:00</updated>

		<published>2001-12-20T12:48:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2963#p2963</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2963#p2963"/>
		<title type="html"><![CDATA[irc color on web page]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2963#p2963"><![CDATA[
Yuk - you should never use CTRL codes directly, as they can cause problems.<br><br>Alternaivly, you could use <blockquote class="uncited"><div>regsub -all -- {03[0-9]{0,2}(,[0-9]{0,2})?|17|37|02|26} $n "" n</div></blockquote>This is the same, but with CTRL codes stripped.<br><br>Baerchen:<br>What is the purpose of ([0-9A-F][0-9A-F])<br><br>I am guessing this is ansi encoded tags?<br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Dec 20, 2001 12:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-20T09:45:00-04:00</updated>

		<published>2001-12-20T09:45:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2960#p2960</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2960#p2960"/>
		<title type="html"><![CDATA[irc color on web page]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2960#p2960"><![CDATA[
Hi,<br><br>This tine little regsub will get rid of all colour codes including bold, underline and reverse codes in variable n:<br><br>regsub -all {|||(([0-9])?([0-9])?(,([0-9])?([0-9])?)?)?|([0-9A-F][0-9A-F])?} $n "" n<br><br>If you want to remove only the colour codes:<br><br>regsub -all {(([0-9])?([0-9])?(,([0-9])?([0-9])?)?)?|([0-9A-F][0-9A-F])?} $n "" n<br><br>Hope that helps. Greets,<br><br>Baerchen<p>Statistics: Posted by Guest — Thu Dec 20, 2001 9:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-20T00:22:00-04:00</updated>

		<published>2001-12-20T00:22:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2947#p2947</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2947#p2947"/>
		<title type="html"><![CDATA[irc color on web page]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2947#p2947"><![CDATA[
<br>Hi<br>I have a eggdrop 1.6.7 running a tcl that should get the /list, and other info from the server<br><br>my question is this :  there's some way to transform the irc colors to web colors ?<br><br>or if there isn't a way, how to strip them ?<br><br>thanks all<p>Statistics: Posted by Guest — Thu Dec 20, 2001 12:22 am</p><hr />
]]></content>
	</entry>
	</feed>
