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

	<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-07-08T03:11:54-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-07-08T03:11:54-04:00</updated>

		<published>2004-07-08T03:11:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38336#p38336</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38336#p38336"/>
		<title type="html"><![CDATA[Is it possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38336#p38336"><![CDATA[
Try adding putlog and the end of each line in your procedure<br>which you want to check where the error is.<br>Like "putlog 1", etc etc. after every line in the procedure.<br><div class="codebox"><p>Code: </p><pre><code>set bla bla "varname"; putlog 0if {(...............)} {; putlog 1elseif {(...........)} {; putlog 2else {(...............)} {; putlog "checking"</code></pre></div>Then try to execute the command, and while doing so<br>check in dcc partyline with the bot, upto where the putlogs<br>have been displayed. The line which doesnt have it being<br>displayed might be the one which needs to be corrected, eventually<br>if there is an error detected in that line, the script will not run<br>further and the putlogs in the next few lines after it will also not<br>be displayed.<br><br>This is a good way of detecting faulty errors, which aren't<br>shown as Tcl error [proc:name] in partyline.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Thu Jul 08, 2004 3:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-07-08T01:28:23-04:00</updated>

		<published>2004-07-08T01:28:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38335#p38335</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38335#p38335"/>
		<title type="html"><![CDATA[Is it possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38335#p38335"><![CDATA[
Well i had made one, but for some reason it didnt work properly, here is the entire script <br><div class="codebox"><p>Code: </p><pre><code>proc addop:q:reaction {nick host hand text [censored]} {  set chan $::addopchan  set from "$nick!$host"  if {[string match -nocase "Q!TheQBot@CServe.quakenet.org" $from]} {    if {[string match -nocase "You are not known or banned on this channel and can't dump the userlist!" $text]} {      putserv "PRIVMSG $chan :I have no access to Q on this channel."      unbind notc - * addop:q:reaction      return    }    if {[string match -nocase "You have to be master to change someone's flags!" $text]}{      putserv "PRIVMSG $:addopchan :I do not have the master flag for $chan"      unbind notc - * addop:q:reaction      return    }    if {[string match -nocase "You have to be owner to change a master's flags!" $text]}{      putserv "PRIVMSG $chan :I do not have the owner flag for $::addopchan"      unbind notc - * addop:q:reaction      return    }      unbind notc - * addop:q:reaction}}proc addop:l:reaction {nick host hand text [censored]} {  set chan $::addopchan2  set from "$nick!$host"  if {[string match -nocase "L" $from]} {    if {[string match -nocase "Sorry, you do not have permission to view/change user flags on" $text]} {      putserv "PRIVMSG $chan :I have no access to L on this channel."      unbind notc - * addop:l:reaction      return    }    if {[string match -nocase "You're not the owner or a master of" $text]}{      putserv "PRIVMSG $chan :I do not have the master flag for $chan"      unbind notc - * addop:l:reaction      return    }    if {[string match -nocase "Only owners can change a master's flags." $text]}{      putserv "PRIVMSG $chan :I do not have the owner flag for $::addopchan"      unbind notc - * addop:l:reaction      return    }      unbind notc - * addop:l:reaction}}bind pub o|o !addop pub:addop:qproc pub:addop:q {nick uhost hand chan text} { if {[string length $text] &gt; 0} { set tnick [lindex $text 0] }if {[onchan "Q" $chan]} { set ::addopchan "$chan"bind notc - * addop:q:reactionputquick "NOTICE $nick :Note: I need atleast +aom(n) flags for this command to work."putquick "PRIVMSG Q :chanlev $chan $text"putquick "NOTICE $nick :Done."putquick "MODE $chan +o $tnick"putquick "NOTICE $tnick :$text is/are your new flag(s) in Q."} elseif {[onchan "L" $chan]} { set ::addopchan2 "$chan"bind notc - * addop:l:reactionputquick "NOTICE $nick :Note: I need atleast +aom(n) flags for this command to work."putquick "PRIVMSG L :chanlev $chan $text"putquick "NOTICE $nick :Done."putquick "MODE $chan +o $tnick"putquick "NOTICE $tnick :$text is/are your new flag(s) in L"}}bind pub o|o !rop pub:rop:qproc pub:rop:q {nick uhost hand chan text} { if {[string length $text] &gt; 0} { set tnick [lindex $text 0] }if {[onchan "Q" $chan]} { set ::addopchan "$chan"bind notc - * addop:q:reactionputquick "NOTICE $nick :Note: I need atleast +aom(n) flags for this command to work."putquick "PRIVMSG Q :chanlev $chan $text"putquick "NOTICE $nick :Done."putquick "MODE $chan -o $tnick"putquick "NOTICE $tnick :You have been removed from Q by $nick."} elseif {[onchan "L" $chan]} { set ::addopchan2 "$chan"bind notc - * addop:l:reactionputquick "NOTICE $nick :Note: I need atleast +aom(n) flags for this command to work."putquick "PRIVMSG L :chanlev $chan $text"putquick "NOTICE $nick :Done."putquick "MODE $chan -o $tnick"putquick "NOTICE $tnick :You have been removed from L by $nick."}}putlog "add Q\L flags script by MeTroiD loaded."</code></pre></div>I made this 2 days ago but the L part never worked <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Thu Jul 08, 2004 1:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-07-07T21:54:39-04:00</updated>

		<published>2004-07-07T21:54:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38331#p38331</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38331#p38331"/>
		<title type="html"><![CDATA[Is it possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38331#p38331"><![CDATA[
You didnt read my first post clearly.<br>(You need a new bind and a new procedure for the script!)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Wed Jul 07, 2004 9:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-07-07T15:56:10-04:00</updated>

		<published>2004-07-07T15:56:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38325#p38325</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38325#p38325"/>
		<title type="html"><![CDATA[Is it possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38325#p38325"><![CDATA[
But anyhow, the script doesnt seem to work -_-<br><br>This is the addop script <br><div class="codebox"><p>Code: </p><pre><code>bind pub o|o !addop pub:addop:qproc pub:addop:q {nick uhost hand chan text} { if {[string length $text] &gt; 0} { set tnick [lindex $text 0] }if {[onchan "Q" $chan]} {if {[string match -nocase "* master *" $text]} {return}putquick "NOTICE $nick :Note: I need atleast +aom(n) flags for this command to work."putquick "PRIVMSG Q :chanlev $chan $text"putquick "NOTICE $nick :Done."putquick "MODE $chan +o $tnick"putquick "NOTICE $tnick :$text is/are your new flag(s) in Q."} elseif {[onchan "L" $chan]} { if {[string match -nocase "* You're not the owner or a master of *" $text]} {return}putquick "NOTICE $nick :Note: I need atleast +aom(n) flags for this command to work."putquick "PRIVMSG L :chanlev $chan $text"putquick "NOTICE $nick :Done."putquick "MODE $chan +o $tnick"putquick "NOTICE $tnick :$text is/are your new flag(s) in L"}}</code></pre></div>It just ignores the string thing :\<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Wed Jul 07, 2004 3:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-07-07T14:39:44-04:00</updated>

		<published>2004-07-07T14:39:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38323#p38323</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38323#p38323"/>
		<title type="html"><![CDATA[Is it possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38323#p38323"><![CDATA[
Not? Damnit, im on the wrong website again <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Wed Jul 07, 2004 2:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dollar]]></name></author>
		<updated>2004-07-07T13:02:58-04:00</updated>

		<published>2004-07-07T13:02:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38319#p38319</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38319#p38319"/>
		<title type="html"><![CDATA[Is it possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38319#p38319"><![CDATA[
if {([string match -nocase "* master *" $text])) ( return ) <br>Wtf, this ain't mirc scripting!<br><div class="codebox"><p>Code: </p><pre><code>if {[string match -nocase "* master *" $text]} {return}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4046">dollar</a> — Wed Jul 07, 2004 1:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-07-07T09:39:39-04:00</updated>

		<published>2004-07-07T09:39:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38314#p38314</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38314#p38314"/>
		<title type="html"><![CDATA[Is it possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38314#p38314"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>[15:38] Tcl error [pub:rop:q]: syntax error in expression "([string match -nocase "* master *" $text])) ( return )[15:38:27] &lt;sheeptest&gt; putq...": extra tokens at end of expression</code></pre></div>Thats the error i get :E<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Wed Jul 07, 2004 9:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-07-07T09:34:14-04:00</updated>

		<published>2004-07-07T09:34:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38313#p38313</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38313#p38313"/>
		<title type="html"><![CDATA[Is it possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38313#p38313"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub o|o !addop pub:addop:qproc pub:addop:q {nick uhost hand chan text} { if {[string length $text] &gt; 0} { set tnick [lindex $text 0] }if {[onchan "Q" $chan]} {if {([string match -nocase "* master *" $text])) ( return )putquick "NOTICE $nick :Note: I need atleast +aom(n) flags for this command to work."putquick "PRIVMSG Q :chanlev $chan $text"putquick "NOTICE $nick :Done."putquick "MODE $chan +o $tnick"putquick "NOTICE $tnick :$text is/are your new flag(s) in Q."} elseif {[onchan "L" $chan]} { if {([string match -nocase "* master *" $text])) ( return )putquick "NOTICE $nick :Note: I need atleast +aom(n) flags for this command to work."putquick "PRIVMSG L :chanlev $chan $text"putquick "NOTICE $nick :Done."putquick "MODE $chan +o $tnick"putquick "NOTICE $tnick :$text is/are your new flag(s) in L"}}</code></pre></div>This should check if it recieves a reply first right? And if it does get a reply with the word Master in it, It should just stop<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Wed Jul 07, 2004 9:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-07-07T09:30:48-04:00</updated>

		<published>2004-07-07T09:30:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38312#p38312</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38312#p38312"/>
		<title type="html"><![CDATA[Is it possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38312#p38312"><![CDATA[
I'll give it a try ( btw i made a nice proc etc but it didnt work properly )<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Wed Jul 07, 2004 9:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-07-07T04:08:45-04:00</updated>

		<published>2004-07-07T04:08:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38304#p38304</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38304#p38304"/>
		<title type="html"><![CDATA[Is it possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38304#p38304"><![CDATA[
You can use:<br><div class="codebox"><p>Code: </p><pre><code>EXAMPLE([string match -nocase *pattern here* text-to-match])</code></pre></div>It will be something like:<br><div class="codebox"><p>Code: </p><pre><code>if {([string match -nocase "* has * access to *" $text])} {</code></pre></div>Where the matching procedure word is between<br>the quotation marks " and ".<br><br>Replace the matching pattern with your services reply.<br><br>Always remember this:<br>* = matches a single word<br>? = matches a single character<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Wed Jul 07, 2004 4:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-07-07T02:25:43-04:00</updated>

		<published>2004-07-07T02:25:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38303#p38303</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38303#p38303"/>
		<title type="html"><![CDATA[Is it possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38303#p38303"><![CDATA[
nvm this post, i've given up on the string match stuff <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Wed Jul 07, 2004 2:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-07-07T01:24:13-04:00</updated>

		<published>2004-07-07T01:24:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38302#p38302</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38302#p38302"/>
		<title type="html"><![CDATA[Is it possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38302#p38302"><![CDATA[
Thnx, ill have a go at it <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Wed Jul 07, 2004 1:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-07-06T21:40:24-04:00</updated>

		<published>2004-07-06T21:40:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38297#p38297</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38297#p38297"/>
		<title type="html"><![CDATA[Is it possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38297#p38297"><![CDATA[
For the thing which you are trying to say, and if I understand correctly.<br><br>You want the bot to execute commands of a network services, and if the service denies and says you do not have access, it should show it on the channel.<br><br>You can bind a trigger whether your networks services does a msg, or notice to a bind of a procedure match certain texts with wildcards of having no access with your services nick, and then return 0 or privmsg $chan or whatever.<br><br>There is no way you can trigger pub with bind msg or notice, you will need a seperate procedure.<br><br>Like on DALnet if you use ChanServ WHY &lt;#channel&gt; &lt;nick&gt; gives results:<br>if "* has * access *" (awyeah has &lt;FOUNDER|SOP|AOP&gt; access to)<br>if "* has NO access *" (awyeah has NO access to)<br>(You can use this type of string matching with wildcards)<br><br>Also you will need several conditions, like only if the $nick is your services<br>nick, also maybe match the user@host and botisop $chan etc.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Tue Jul 06, 2004 9:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-07-06T15:47:28-04:00</updated>

		<published>2004-07-06T15:47:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38285#p38285</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38285#p38285"/>
		<title type="html"><![CDATA[Is it possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38285#p38285"><![CDATA[
I have another odd question, I made this script but what i was wondering was if it could pick up lines during the proc. The script i made is here :<br><div class="codebox"><p>Code: </p><pre><code>bind pub o|o !addop pub:addop:qproc pub:addop:q {nick uhost hand chan text} { if {[string length $text] &gt; 0} { set tnick [lindex $text 0] }if {[onchan "Q" $chan]} { putquick "NOTICE $nick :Note: I need atleast the +aom(n) flags for this command to work."putquick "PRIVMSG Q :chanlev $chan $text"putquick "NOTICE $nick :Done."putquick "MODE $chan +o $tnick"putquick "NOTICE $tnick :$text is/are your new flag(s) in Q."} elseif {[onchan "L" $chan]} { putquick "NOTICE $nick :Note: I need atleast the +aom(n) flags for this command to work."putquick "PRIVMSG L :chanlev $chan $text"putquick "NOTICE $nick :Done."putquick "MODE $chan +o $tnick"putquick "NOTICE $tnick :$text is/are your new flag(s) in L"}}bind pub o|o !rop pub:rop:qproc pub:rop:q {nick uhost hand chan text} { if {[string length $text] &gt; 0} { set tnick [lindex $text 0] }if {[onchan "Q" $chan]} { putquick "NOTICE $nick :Note: I need atleast the +aom(n) flags for this command to work."putquick "PRIVMSG Q :chanlev $chan $text"putquick "NOTICE $nick :Done."putquick "MODE $chan -o $tnick"putquick "NOTICE $tnick :You have been removed from Q by $nick."} elseif {[onchan "L" $chan]} { putquick "NOTICE $nick :Note: I need atleast the +aom(n) flags for this command to work."putquick "PRIVMSG L :chanlev $chan $text"putquick "NOTICE $nick :Done."putquick "MODE $chan -o $tnick"putquick "NOTICE $tnick :You have been removed from L by $nick."}}putlog "add Q\L flags script by \002MeTroiD\002 loaded."</code></pre></div>What I would like it to pick up is, if this command is used but the bot has no access in the service bot Q/L which tells you "You are not known or banned on this channel and can't dump the userlist!" And L tells you "Sorry, you do not have permission to view/change user flags on &lt;channel&gt;"<br><br>If you don't have access, What i was wondering is if it possible for the bot to look for these commands when either one of these commands are used. Cos if it detects one of the lines it should say in the channel that he has no access to the service bot on that channel. But i have no clue how or if its possible for the bot to look for either one of these lines.<br><br>-Edit : The script works fine btw, i was just wondering if it was possible <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Tue Jul 06, 2004 3:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-07-06T10:28:53-04:00</updated>

		<published>2004-07-06T10:28:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38266#p38266</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38266#p38266"/>
		<title type="html"><![CDATA[Is it possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38266#p38266"><![CDATA[
An alternative to a lot of if's and else's is switch. Doing strikelight's tests the if's seem to be a bit faster than the switch, but switch offers a better *look* than a bunch of if's and elses. If you want a lil bit more speed  but no *look* then stick to if's. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"> The *difference*  betwen them has been discussed <a href="http://forum.egghelp.org/viewtopic.php?t=7744&amp;" class="postlink">here</a>. Scroll a bit down and read strikelight's post.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Jul 06, 2004 10:28 am</p><hr />
]]></content>
	</entry>
	</feed>
