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

	<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>2005-11-05T11:40:32-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-11-05T11:38:44-04:00</updated>

		<published>2005-11-05T11:38:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57088#p57088</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57088#p57088"/>
		<title type="html"><![CDATA[myquote2 error - now solved]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57088#p57088"><![CDATA[
<blockquote class="uncited"><div>jeesus , are you gonna bitch for pasting a reply when no one else would  !!.  funny how the ONLY reply is to whine at a paste. NOT EVERYONE understands tcl and so it was easier to paste the whole section in case they fubar it editing.</div></blockquote>Yeah, I am gonna <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> it's not so funny though <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"> <br><br>Next time, read the sticky post in the scripting help forum, and post with valid info which we can use to help you. And learn how to spell.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Nov 05, 2005 11:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[merryweather]]></name></author>
		<updated>2005-11-05T11:40:32-04:00</updated>

		<published>2005-11-05T11:33:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57087#p57087</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57087#p57087"/>
		<title type="html"><![CDATA[myquote2 error - now solved]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57087#p57087"><![CDATA[
jeesus , are you bitching at the reply or the code, maybe you want to read - I HAVE NO IDEA about tcl, or did you miss that point ?, how the hell am i or the  anyone else with no experience supposed to make elite code like you expect ?.  Maybe next time you would paste YOUR solution BEFORE those in need  solve it . People like you who come in and make replys with sarcastic comments to those who dont understand code AFTER the fact, make me sick. <br><br>I wont be back to see a reply , have fun with the narcisistic attitude you have<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6925">merryweather</a> — Sat Nov 05, 2005 11:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-11-05T11:14:33-04:00</updated>

		<published>2005-11-05T11:14:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57086#p57086</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57086#p57086"/>
		<title type="html"><![CDATA[myquote2 error - now solved]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57086#p57086"><![CDATA[
Why make it so complicated.<div class="codebox"><p>Code: </p><pre><code>proc mirc_strip arg {  regsub -all -- {\003[0-9]{0,2}(,[0-9]{0,2})?} $arg "" arg  set arg [string map {\002 "" \017 "" \026 "" \037 ""} $arg] }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Nov 05, 2005 11:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[merryweather]]></name></author>
		<updated>2005-11-05T11:05:57-04:00</updated>

		<published>2005-11-05T11:05:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57084#p57084</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57084#p57084"/>
		<title type="html"><![CDATA[myquote2 error - now solved]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57084#p57084"><![CDATA[
Well the probelm was solved, heres what got changed , its at the bottom of the tcl file<br><div class="codebox"><p>Code: </p><pre><code>proc mirc_strip {{args ""}} {set switches ""if {$switches == ""} {set switches all}set arg [lindex $args 0]set all [expr {([lsearch -exact $switches all] &gt;= 0) ? 1 : 0}]set list [list \002 "" \017 "" \026 "" \037 ""]regsub -all -- "\003(\[0-9\]\[0-9\]?(,\[0-9\]\[0-9\]?)?)?" $arg "" arg#set arg [replace -- $arg [join $list]]set arg [string map {\002 "" \017 "" \026 "" \037 ""} $arg]return $arg}</code></pre></div>hope it helps a few people , and my thanks to a friend called Ixelion who solved it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6925">merryweather</a> — Sat Nov 05, 2005 11:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[merryweather]]></name></author>
		<updated>2005-11-05T11:09:23-04:00</updated>

		<published>2005-11-02T21:22:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57004#p57004</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57004#p57004"/>
		<title type="html"><![CDATA[myquote2 error - now solved]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57004#p57004"><![CDATA[
ok I dont understand anything to do with tcl , but i edited the file and all i get when i try to add a quote is this.<br>Tcl error [mq:addquote]: invalid command name "replace"<br><br>can someone tell me why ? , its driving me nuts<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6925">merryweather</a> — Wed Nov 02, 2005 9:22 pm</p><hr />
]]></content>
	</entry>
	</feed>
