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

	<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>2004-03-17T18:32:24-04:00</updated>

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

		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2004-03-17T18:32:24-04:00</updated>

		<published>2004-03-17T18:32:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34731#p34731</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34731#p34731"/>
		<title type="html"><![CDATA[adding color]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34731#p34731"><![CDATA[
JOE,<br><br>Those lines of code you posted work for me.<br><br>Also, to add color to the channel name, you'll have to do like \00304B\00305e\00306l etc.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Wed Mar 17, 2004 6:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2004-03-17T18:14:40-04:00</updated>

		<published>2004-03-17T18:14:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34730#p34730</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34730#p34730"/>
		<title type="html"><![CDATA[adding color]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34730#p34730"><![CDATA[
There is no requirment to close a colour<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Mar 17, 2004 6:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Xpert]]></name></author>
		<updated>2004-03-16T07:07:39-04:00</updated>

		<published>2004-03-16T07:07:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34670#p34670</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34670#p34670"/>
		<title type="html"><![CDATA[Re: still a problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34670#p34670"><![CDATA[
<blockquote class="uncited"><div>putserv "PRIVMSG $chan :\001ACTION \00304Detected A Banned Word by $nick\001"<br><br>putserv "PRIVMSG $nick :\001ACTION \00304Hey, $nick, Profanity IS BAD,I Will Not allow Such A Thing In Bellchatl!!!\001"<br><br>putserv "PRIVMSG $chan :\001ACTION \00304Bad Language Is Not Fun, $nick Should never have said that...\001"</div></blockquote>Why didn't you close the \003?<br>It should be like this:<div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG $chan :\001ACTION \00304Detected A Banned Word by $nick\003\001"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4667">Xpert</a> — Tue Mar 16, 2004 7:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[JOE]]></name></author>
		<updated>2004-03-16T06:28:01-04:00</updated>

		<published>2004-03-16T06:28:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34668#p34668</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34668#p34668"/>
		<title type="html"><![CDATA[still a problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34668#p34668"><![CDATA[
Thanks for the tip.My problem now is when i add the color to the next line using the same code it dont work for some reason,this is what i have.<br><br>putserv "PRIVMSG $chan :\001ACTION \00304Detected A Banned Word by $nick\001"<br><br>putserv "PRIVMSG $nick :\001ACTION \00304Hey, $nick, Profanity IS BAD,I Will Not allow Such A Thing In Bellchatl!!!\001"<br><br>putserv "PRIVMSG $chan :\001ACTION \00304Bad Language Is Not Fun, $nick Should never have said that...\001"<br><br>also if i wanted to add different color to each letter for channel name how would i do that,channel name is bellchat.Thanks again for your help Joe<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4191">JOE</a> — Tue Mar 16, 2004 6:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2004-03-15T20:08:07-04:00</updated>

		<published>2004-03-15T20:08:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34653#p34653</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34653#p34653"/>
		<title type="html"><![CDATA[adding color]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34653#p34653"><![CDATA[
Try \ instead of /<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Mon Mar 15, 2004 8:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[JOE]]></name></author>
		<updated>2004-03-15T18:46:42-04:00</updated>

		<published>2004-03-15T18:46:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34651#p34651</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34651#p34651"/>
		<title type="html"><![CDATA[adding color]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34651#p34651"><![CDATA[
Trying to add color to this using green a and red for channel name.Can you show me how it should look.<br><br>"PRIVMSG $NICK :\001ACTION Hey, $nick, Profanity is bad,I will not allow it in Bellchat.\001<br>Hope you can help me solve this i tried using /0033 in front of Hey but it didnt work.Thanks Joe<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4191">JOE</a> — Mon Mar 15, 2004 6:46 pm</p><hr />
]]></content>
	</entry>
	</feed>
