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

	<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>2007-02-19T18:31:22-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-02-19T18:31:22-04:00</updated>

		<published>2007-02-19T18:31:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70557#p70557</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70557#p70557"/>
		<title type="html"><![CDATA[Is there an error in this script...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70557#p70557"><![CDATA[
So the possible error would be wether clients see colors or not?<br>If so, it's pretty obvious it's the client's "fault" (keep in mind that colors is'nt standard in irc, just a de-facto standard implemented by some clients).<br><br>If the client does'nt support colors, there's nothing you can do within the script...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Mon Feb 19, 2007 6:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-02-19T18:30:07-04:00</updated>

		<published>2007-02-19T18:30:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70556#p70556</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70556#p70556"/>
		<title type="html"><![CDATA[Is there an error in this script...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70556#p70556"><![CDATA[
If they can't see it on the Java client, then the client should be fixed and not your script.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Feb 19, 2007 6:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[fayettemat]]></name></author>
		<updated>2007-02-19T17:38:29-04:00</updated>

		<published>2007-02-19T17:38:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70554#p70554</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70554#p70554"/>
		<title type="html"><![CDATA[Is there an error in this script...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70554#p70554"><![CDATA[
hi guys, is there an error in this script or it is in chatspace IRD's java client?<div class="codebox"><p>Code: </p><pre><code>proc putnow { a } {  append a "\n"  putdccraw 0 [string length $a] $a} bind JOIN - * teen:adultproc teen:adult {nick uhost hand chan} {global botnick set $nick [string tolower $nick]if {[onchan $nick #staff] &amp;&amp; [onchan $nick #teens] &amp;&amp; [onchan $nick #adults] || $nick == "Alexia"} {return 0} else {if {[onchan $nick #adults] &amp;&amp; [onchan $nick #teens]} {putnow "PRIVMSG #staff :\00304$nick IS IN TEENS AND ADULTS!\003"}}}##############################################COLORS## to change the color look for the string## \00304 and change the 04 part to the color## you would like to use :)##-------------------------------------------## 00 - white`|01 - black## 02 - blue|03 - green## 04 - light red|05 - Brown## 06 - Purple|07 - Orange# # 08 - Yellow|09 - Light Green## 10 - Cyan|11 - Light Cyan## 12 - Light Blue|13 - Pink## 14 - Grey|15 - Light Grey##############################################putlog "Teen-adult version 2 loaded"</code></pre></div>the reason I think it MIGHT be an error with their java client is because IRC users can see the color just fine.... any ideas on how to  fix it other then removing color?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8582">fayettemat</a> — Mon Feb 19, 2007 5:38 pm</p><hr />
]]></content>
	</entry>
	</feed>
