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

	<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>2010-08-12T05:38:51-04:00</updated>

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

		<entry>
		<author><name><![CDATA[gasak]]></name></author>
		<updated>2010-08-12T05:38:51-04:00</updated>

		<published>2010-08-12T05:38:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93898#p93898</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93898#p93898"/>
		<title type="html"><![CDATA[Bot Auto Reesponse]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93898#p93898"><![CDATA[
Dear All,<br><br>i try using game_over script.. it works for this one..<br><div class="codebox"><p>Code: </p><pre><code>#---------------------------------------------------------------------# dodol#---------------------------------------------------------------------proc reply {nick} {set dodolbib "{lu kata makanan yang dari garut}{tau deh yang tukang dodol}{\001ACTION males ladenin orang yg lebih dodol :p}{yang bilang $::botnick dodol matanya juling}"return [lindex $dodolbib [rand [llength $dodolbib]]]}bind pubm - *$botnick?dodol* pub_dodolbind pubm - *dodol*?$botnick* pub_dodolproc pub_dodol {nick uhost handle chan args} {   global oldreplytime botnick   set replytime [unixtime]   if { $replytime - $oldreplytime  &gt; 7} {         puthelp "PRIVMSG $chan :[reply $nick]"      set oldreplytime $replytime   }}set oldreplytime 0</code></pre></div>but when i try to add another different response below it becomes conflict,<br><div class="codebox"><p>Code: </p><pre><code>#---------------------------------------------------------------------# dodol#---------------------------------------------------------------------proc reply {nick} {set dodolbib "{lu kata makanan yang dari garut}{tau deh yang tukang dodol}{\001ACTION males ladenin orang yg lebih dodol :p}{yang bilang $::botnick dodol matanya juling}"return [lindex $dodolbib [rand [llength $dodolbib]]]}bind pubm - *$botnick?dodol* pub_dodolbind pubm - *dodol*?$botnick* pub_dodolproc pub_dodol {nick uhost handle chan args} {   global oldreplytime botnick   set replytime [unixtime]   if { $replytime - $oldreplytime  &gt; 7} {         puthelp "PRIVMSG $chan :[reply $nick]"      set oldreplytime $replytime   }}set oldreplytime 0#---------------------------------------------------------------------# owner#---------------------------------------------------------------------proc reply {nick} {set ownerbib "{ada deeeehhhhhhhh}{ganteng deh pokoknya :)}{\001ACTION tunjuk tunjuk....}{aduh.. bilang gk yaahh.. hmm.. $::botnick malu akh -_-!!}"return [lindex $ownerbib [rand [llength $ownerbib]]]}bind pubm - *$botnick?owner* pub_ownerbind pubm - *owner*?$botnick* pub_ownerproc pub_owner {nick uhost handle chan args} {   global oldreplytime botnick   set replytime [unixtime]   if { $replytime - $oldreplytime  &gt; 7} {         puthelp "PRIVMSG $chan :[reply $nick]"      set oldreplytime $replytime   }}set oldreplytime 0</code></pre></div>whatever i say on the first response (dodol) it just give me answer for the second response (owner). Even though i say dodol in channel, it just keep answering using "ownerbib" instead of "dodolbib".<br><br>Why it is so? Please advice.<br><br>For speechles/willyw scripts it just allow the bot response if only the botnick mention at the 1rst word. But with game_over script i can make 2 possibilites weather the botnick mention at the first, middle or even at the last word.<br><br>Another advice please <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=11310">gasak</a> — Thu Aug 12, 2010 5:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gasak]]></name></author>
		<updated>2010-08-11T22:57:34-04:00</updated>

		<published>2010-08-11T22:57:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93894#p93894</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93894#p93894"/>
		<title type="html"><![CDATA[Bot Auto Reesponse]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93894#p93894"><![CDATA[
Wow.. it works now.. thanks a lot to willyw, game_over, speechles.<br><br>May i ask another  question?<br><br>With the same script, how to make the bot response when someone on channels mention the bot name with an action. For example: /me $botnick crazy or /me punch $botnick then the bot will reply it.<br><br>Thanks before<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11310">gasak</a> — Wed Aug 11, 2010 10:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2010-08-11T20:45:01-04:00</updated>

		<published>2010-08-11T20:45:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93892#p93892</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93892#p93892"/>
		<title type="html"><![CDATA[Bot Auto Reesponse]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93892#p93892"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>...<br><div class="codebox"><p>Code: </p><pre><code>bind pubm - *v1rus?crazy* pub_crazy</code></pre></div>The OP's (original posters) bind, it illustrates this <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br>...</div></blockquote>I wasn't sure that was he really intended, even then.<br><br>Lately, I was going with the comment in your script:<br># if botnick isn't the 1st word, return and do nothing <br><br><br>Hopefully, the OP will be able to get whatever it is that he wants, out of our posts.   <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br><br>Thanks</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Wed Aug 11, 2010 8:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2010-08-11T20:15:22-04:00</updated>

		<published>2010-08-11T20:15:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93890#p93890</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93890#p93890"/>
		<title type="html"><![CDATA[Bot Auto Reesponse]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93890#p93890"><![CDATA[
<blockquote class="uncited"><div>Yes, but I had all that.  ... I must be missing something, as I dont' know why we need that.<br>I thought we just needed to check to see if botnick is the first word,  not the first word prior to craz* .</div></blockquote><div class="codebox"><p>Code: </p><pre><code>bind pubm - *v1rus?crazy* pub_crazy</code></pre></div>The OP's (original posters) bind, it illustrates this <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br>I went that "extra mile" making it also pick up variants; crazier, craziest, crazyass, crazyfool, crazymotherforker, crazolicious, crazetc...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Wed Aug 11, 2010 8:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2010-08-11T19:40:27-04:00</updated>

		<published>2010-08-11T19:40:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93888#p93888</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93888#p93888"/>
		<title type="html"><![CDATA[Bot Auto Reesponse]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93888#p93888"><![CDATA[
<blockquote class="uncited"><div>...<br> This gives us the _exact_ word used prior. This is then run through a string equal with nocase option compared against the bots present nick ($::botnick). If it doesn't match, we return.<br>...<br>Does that explain it?</div></blockquote>Yes, but I had all that.  ... I must be missing something, as I dont' know why we need that.<br>I thought we just needed to check to see if botnick is the first word,  not the first word prior to craz* .<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Wed Aug 11, 2010 7:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2010-08-11T18:09:28-04:00</updated>

		<published>2010-08-11T18:09:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93887#p93887</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93887#p93887"/>
		<title type="html"><![CDATA[Bot Auto Reesponse]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93887#p93887"><![CDATA[
<blockquote class="uncited"><div>Also, ... I'm not sure what is meant here:<div class="codebox"><p>Code: </p><pre><code>if {![string equal -nocase [lindex "[split $arg]" [expr {[lsearch -glob [split $arg] "craz*"] -1}]] $::botnick]} { return }</code></pre></div> </div></blockquote>Let me simplify it. <br><br>we start with [split $arg] and apply an lsearch using glob matching for any word (since we split $arg) matching "craz*" .. this will give us the exact position of it within the entire list (of the split $arg, remember). Since this gives us the location of where "craz*" is (and will never error, it was bound on the same thing, it can never be -1...) you need to subtract one from it's place to get the word used in front of it. There you see the -1. This is then applied as the lindex position, of again, splitting $arg. This gives us the _exact_ word used prior. This is then run through a string equal with nocase option compared against the bots present nick ($::botnick). If it doesn't match, we return.<br><br>You are correct I didn't do the obvious:<div class="codebox"><p>Code: </p><pre><code>set crazybib [list {$nick etc} {stuff $chan etc etc} {etc etc}]</code></pre></div>Using escapes is needed within the double-quotes I demonstrated that with. But with braces this works without them.<br><br>Does that explain it?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Wed Aug 11, 2010 6:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2010-08-11T14:29:13-04:00</updated>

		<published>2010-08-11T14:29:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93882#p93882</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93882#p93882"/>
		<title type="html"><![CDATA[Bot Auto Reesponse]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93882#p93882"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code># you may use $nick or $chan here safely.set crazybib [list "$nick are the real crazy" "$chan is crazy!!" "more"]set oldreplytime 0# check that "craz" begins a word somewhere in the input.bind pubm - {* craz*} pub_crazyproc pub_crazy {nick uhost handle chan arg} {   # if botnick isn't the 1st word, return and do nothing   if {![string equal -nocase [lindex "[split $arg]" [expr {[lsearch -glob [split $arg] "craz*"] -1}]]] $::botnick]} { return }   # else, call globals and lets start...   global crazybib oldreplytime   set replytime [unixtime]   if { $replytime - $oldreplytime  &gt; 7} {      set crazyline [lindex $crazybib [rand [llength $crazybib]]]      # change $nick or $chan to their variable contents safely and easily.      set crazyline [string map [list "\$nick" "$nick" "\$chan" "$chan" ] $crazyline]      puthelp "PRIVMSG $chan :$crazyline"      set oldreplytime $replytime   }}</code></pre></div></div></blockquote>Thanks for the response.. i tried those script but its not work. It doesnt event replies any. I try write on channel "v1rus crazy" but nothing happen. <br><br>Please advice.</div></blockquote>Does it load for you?   <br><br>I tried it, and to get it to load,  I had to change:<div class="codebox"><p>Code: </p><pre><code>set crazybib [list "$nick are the real crazy" "$chan is crazy!!" "more"] </code></pre></div>to<div class="codebox"><p>Code: </p><pre><code>set crazybib [list "\$nick are the real crazy" "\$chan is crazy!!" "more"]</code></pre></div><br>Also,  ... I'm not sure what is meant here:<div class="codebox"><p>Code: </p><pre><code>if {![string equal -nocase [lindex "[split $arg]" [expr {[lsearch -glob [split $arg] "craz*"] -1}]]] $::botnick]} { return } </code></pre></div>as that line produces errors for me.<br><br>To do:<blockquote class="uncited"><div># if botnick isn't the 1st word, return and do nothing </div></blockquote>I changed that line to:<div class="codebox"><p>Code: </p><pre><code>if {![string equal -nocase [lindex [split $arg] 0] $::botnick]} { return}</code></pre></div>If you want to experiment with yours,  try the above changes.<br><br>Also, check back to see what speechles has to say.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Wed Aug 11, 2010 2:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[game_over]]></name></author>
		<updated>2010-08-11T13:50:28-04:00</updated>

		<published>2010-08-11T13:50:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93881#p93881</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93881#p93881"/>
		<title type="html"><![CDATA[Bot Auto Reesponse]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93881#p93881"><![CDATA[
long way<div class="codebox"><p>Code: </p><pre><code>proc reply {nick} {set crazybib "{$nick are the real crazy}{lol $nick}"return [lindex $crazybib [rand [llength $crazybib]]]}bind pubm - *$botnick?crazy* pub_crazyproc pub_crazy {nick uhost handle chan args} {   global oldreplytime botnick   set replytime [unixtime]   if { $replytime - $oldreplytime  &gt; 7} {         puthelp "PRIVMSG $chan :[reply $nick]"      set oldreplytime $replytime   }}set oldreplytime 0</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8946">game_over</a> — Wed Aug 11, 2010 1:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gasak]]></name></author>
		<updated>2010-08-10T23:59:42-04:00</updated>

		<published>2010-08-10T23:59:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93866#p93866</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93866#p93866"/>
		<title type="html"><![CDATA[Bot Auto Reesponse]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93866#p93866"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code># you may use $nick or $chan here safely.set crazybib [list "$nick are the real crazy" "$chan is crazy!!" "more"]set oldreplytime 0# check that "craz" begins a word somewhere in the input.bind pubm - {* craz*} pub_crazyproc pub_crazy {nick uhost handle chan arg} {   # if botnick isn't the 1st word, return and do nothing   if {![string equal -nocase [lindex "[split $arg]" [expr {[lsearch -glob [split $arg] "craz*"] -1}]]] $::botnick]} { return }   # else, call globals and lets start...   global crazybib oldreplytime   set replytime [unixtime]   if { $replytime - $oldreplytime  &gt; 7} {      set crazyline [lindex $crazybib [rand [llength $crazybib]]]      # change $nick or $chan to their variable contents safely and easily.      set crazyline [string map [list "\$nick" "$nick" "\$chan" "$chan" ] $crazyline]      puthelp "PRIVMSG $chan :$crazyline"      set oldreplytime $replytime   }}</code></pre></div></div></blockquote>Thanks for the response.. i tried those script but its not work. It doesnt event replies any. I try write on channel "v1rus crazy" but nothing happen. <br><br>Please advice.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11310">gasak</a> — Tue Aug 10, 2010 11:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2010-08-10T17:35:24-04:00</updated>

		<published>2010-08-10T17:35:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93861#p93861</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93861#p93861"/>
		<title type="html"><![CDATA[Re: Bot Auto Reesponse]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93861#p93861"><![CDATA[
<blockquote class="uncited"><div>As to the second part.. try creating a var like the following:<div class="codebox"><p>Code: </p><pre><code>set botn "$::botnick"bind pubm - "*${botn}?crazy*" pub_crazy</code></pre></div>and see if that works.</div></blockquote>It would, but it wouldn't. The logic for a bot is to run each script globally at start/restart/rehash. Leaving the bind in global space would cause the bots nickname to then become "stuck" to whatever nickname the bot was using during start/rehash/restart when it first ran that script. To get around this I split up the logic, the bind merely checks for "* craz*" and the procedure makes sure the word before "craz" is the bots nickname or returns.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Tue Aug 10, 2010 5:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2010-08-10T17:45:33-04:00</updated>

		<published>2010-08-10T17:28:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93860#p93860</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93860#p93860"/>
		<title type="html"><![CDATA[Bot Auto Reesponse]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93860#p93860"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># you may use $nick or $chan here safely.set crazybib [list "$nick are the real crazy" "$chan is crazy!!" "more"]set oldreplytime 0# check that "craz" begins a word somewhere in the input.bind pubm - {* craz*} pub_crazyproc pub_crazy {nick uhost handle chan arg} {   # if botnick isn't the 1st word, return and do nothing   if {![string equal -nocase [lindex "[split $arg]" [expr {[lsearch -glob [split $arg] "craz*"] -1}]]] $::botnick]} { return }   # else, call globals and lets start...   global crazybib oldreplytime   set replytime [unixtime]   if { $replytime - $oldreplytime  &gt; 7} {      set crazyline [lindex $crazybib [rand [llength $crazybib]]]      # change $nick or $chan to their variable contents safely and easily.      set crazyline [string map [list "\$nick" "$nick" "\$chan" "$chan" ] $crazyline]      puthelp "PRIVMSG $chan :$crazyline"      set oldreplytime $replytime   }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Tue Aug 10, 2010 5:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Luminous]]></name></author>
		<updated>2010-08-10T16:35:16-04:00</updated>

		<published>2010-08-10T16:35:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93855#p93855</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93855#p93855"/>
		<title type="html"><![CDATA[Re: Bot Auto Reesponse]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93855#p93855"><![CDATA[
You can certainly have $nick mean the real $nick and not the literal one. What happens is that set crazybib { creates a list of lines that you can then select from using rand or indexes, etc. However, variables are not valid in them unless you use subst -nocommands. However, I have not had good luck using this command with replies hard coded into the script. Seems to work best from a file for me. But, you could try this and see if it does what you want: <div class="codebox"><p>Code: </p><pre><code>  set crazyline [subst -nocomands [lindex $crazybib [rand [llength $crazybib]]]</code></pre></div> <br><br>As to the second part.. try creating a var like the following:<div class="codebox"><p>Code: </p><pre><code>set botn "$::botnick"bind pubm - "*${botn}?crazy*" pub_crazy</code></pre></div>and see if that works.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11101">Luminous</a> — Tue Aug 10, 2010 4:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gasak]]></name></author>
		<updated>2010-08-10T00:31:46-04:00</updated>

		<published>2010-08-10T00:31:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93838#p93838</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93838#p93838"/>
		<title type="html"><![CDATA[Bot Auto Reesponse]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93838#p93838"><![CDATA[
I have this code for auto bot response,<br><div class="codebox"><p>Code: </p><pre><code>set crazybib {"$nick are the real crazy"}bind pubm - *v1rus?crazy* pub_crazyproc pub_crazy {nick uhost handle chan args} {   global crazybib oldreplytime botnick       set replytime [unixtime]   if { $replytime - $oldreplytime  &gt; 7} {      set crazyline [lindex $crazybib [rand [llength $crazybib]]]      puthelp "PRIVMSG $chan :$crazyline"      set oldreplytime $replytime   }}set oldreplytime 0</code></pre></div>Theres an error on the $nick coding. when it comes on the channel it should replace the $nick as the nick that talk, but it wasnt. it just keep showing the $nick instead of the real nick.<br><br>The next question, how to put coding so that the bot will reply to someone if it mention its name with identical word. Tt is to replace this code:<br><div class="codebox"><p>Code: </p><pre><code>bind pubm - *v1rus?crazy* pub_crazy</code></pre></div>v1rus is the bot nickname. So i dont have to put the botnick and keep changing the tcl when i change the bot name.<br><br><br>please advice.[/code]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11310">gasak</a> — Tue Aug 10, 2010 12:31 am</p><hr />
]]></content>
	</entry>
	</feed>
