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

	<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>2006-04-23T04:41:19-04:00</updated>

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

		<entry>
		<author><name><![CDATA[oxygen]]></name></author>
		<updated>2006-04-23T04:41:19-04:00</updated>

		<published>2006-04-23T04:41:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62251#p62251</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62251#p62251"/>
		<title type="html"><![CDATA[Store colored text.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62251#p62251"><![CDATA[
Hello<br><br>Seems that this behavior  is only under windrop. I uploaded my script on my eggdrop, and there is all ok.<br><br><br>Tnx,<br>~oxygen<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6688">oxygen</a> — Sun Apr 23, 2006 4:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[oxygen]]></name></author>
		<updated>2006-04-20T12:57:59-04:00</updated>

		<published>2006-04-20T12:57:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62140#p62140</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62140#p62140"/>
		<title type="html"><![CDATA[Store colored text.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62140#p62140"><![CDATA[
Hello,<br><br>I have a problem with the stored text. I store the greentext with:<div class="codebox"><p>Code: </p><pre><code>        set fd [open $log_greentext a+]        puts $fd "$greentext"        close $fd</code></pre></div>In the stored file, the text is filled with ? between the words.<br>Example: "This is?an?example of the?green?text."<br>With "putlog" in the bots partyline I can't see any ?. Can anybody help pls.<br><br>Tnx,<br>~oxygen<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6688">oxygen</a> — Thu Apr 20, 2006 12:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[oxygen]]></name></author>
		<updated>2006-03-30T05:42:13-04:00</updated>

		<published>2006-03-30T05:42:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61532#p61532</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61532#p61532"/>
		<title type="html"><![CDATA[Store colored text.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61532#p61532"><![CDATA[
Hello Sir_Fz<br><br>It's exactly what I was lookin' for. Works fine <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Tnx alot.<br><br>~oxygen<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6688">oxygen</a> — Thu Mar 30, 2006 5:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-03-29T06:04:04-04:00</updated>

		<published>2006-03-29T06:04:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61510#p61510</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61510#p61510"/>
		<title type="html"><![CDATA[Store colored text.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61510#p61510"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc grapgreen str { set greentext {} foreach token [lrange [split $str \003] 1 end] {  if {[regsub {^(0?)3(,[0-9]{1,2})?} $token "" token]} {   lappend greentext $token  } } set greentext}</code></pre></div>Usage:<div class="codebox"><p>Code: </p><pre><code>grapgreen &lt;text&gt;</code></pre></div>this should return a list of green text.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Mar 29, 2006 6:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[oxygen]]></name></author>
		<updated>2006-03-28T19:46:47-04:00</updated>

		<published>2006-03-28T19:46:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61493#p61493</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61493#p61493"/>
		<title type="html"><![CDATA[Store colored text.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61493#p61493"><![CDATA[
Hello Sir_Fz<br><br>Tnx for your reply. I know that. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br>Wat I'm searching for is to grab the colored words from a text. Not the entire sentence, only the green colored words. Since english is not my native language, it's a little difficult to explain. Sorry..<br><br>~oxygen<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6688">oxygen</a> — Tue Mar 28, 2006 7:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-03-28T19:26:34-04:00</updated>

		<published>2006-03-28T19:26:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61488#p61488</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61488#p61488"/>
		<title type="html"><![CDATA[Store colored text.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61488#p61488"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set greentext "\00303green text here\003"</code></pre></div><strong class="text-strong">\003</strong> stands for mIRC's ctrl+k code.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Mar 28, 2006 7:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[oxygen]]></name></author>
		<updated>2006-03-28T18:33:59-04:00</updated>

		<published>2006-03-28T18:33:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61483#p61483</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61483#p61483"/>
		<title type="html"><![CDATA[Store colored text.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61483#p61483"><![CDATA[
Hi,<br><br>hope somebody can help...<br><br>I want to store a  colored text in a variable. And only the words in this specific color. I don't even know if it's possible...<br>Example:<br>This text <span style="color:green">is only an example</span> for what I need.<div class="codebox"><p>Code: </p><pre><code>set $greentext "is only an example"</code></pre></div>Tnx in advance,<br>oxygen<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6688">oxygen</a> — Tue Mar 28, 2006 6:33 pm</p><hr />
]]></content>
	</entry>
	</feed>
