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

	<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>2013-12-13T09:19:02-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Maz.b]]></name></author>
		<updated>2013-12-13T09:19:02-04:00</updated>

		<published>2013-12-13T09:19:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102322#p102322</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102322#p102322"/>
		<title type="html"><![CDATA[Colour stripper]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102322#p102322"><![CDATA[
Heey Thanks! It is working! &lt;3333<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12312">Maz.b</a> — Fri Dec 13, 2013 9:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2013-12-13T09:09:07-04:00</updated>

		<published>2013-12-13T09:09:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102321#p102321</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102321#p102321"/>
		<title type="html"><![CDATA[Colour stripper]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102321#p102321"><![CDATA[
instead of<div class="codebox"><p>Code: </p><pre><code>set a [stripcodes abcgru $a] </code></pre></div>try user's strip color regsub:<div class="codebox"><p>Code: </p><pre><code>regsub -all {\002|\003([0-9]{1,2}(,[0-9]{1,2})?)?|\017|\026|\037} $a {} a</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri Dec 13, 2013 9:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Maz.b]]></name></author>
		<updated>2013-12-13T08:16:33-04:00</updated>

		<published>2013-12-13T08:16:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102320#p102320</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102320#p102320"/>
		<title type="html"><![CDATA[Colour stripper]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102320#p102320"><![CDATA[
I have a colour stripper for a eggdrop, it does a goodjob but it doesn't strip all the colours.<div class="codebox"><p>Code: </p><pre><code>catch {unbind raw - PRIVMSG *raw:irc:msg} catch {unbind raw - PRIVMSG *raw:PRIVMSG} bind raw - PRIVMSG striprivmsg proc striprivmsg {f k a} {    set a [stripcodes abcgru $a]    *raw:irc:msg $f $k $a    *raw:PRIVMSG $f $k $a } putlog "colourstripper... Loaded" </code></pre></div>How can I add more colours to strip?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12312">Maz.b</a> — Fri Dec 13, 2013 8:16 am</p><hr />
]]></content>
	</entry>
	</feed>
