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

	<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-02-01T13:03:15-04:00</updated>

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

		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-02-01T13:03:15-04:00</updated>

		<published>2005-02-01T13:03:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46087#p46087</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46087#p46087"/>
		<title type="html"><![CDATA[botnet script....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46087#p46087"><![CDATA[
Kimmi try Spock's suggestion.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Tue Feb 01, 2005 1:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2005-02-01T12:41:34-04:00</updated>

		<published>2005-02-01T12:41:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46084#p46084</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46084#p46084"/>
		<title type="html"><![CDATA[botnet script....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46084#p46084"><![CDATA[
join the whole net and chanset +inactive on the bots you dont want in there (assuming speednet doesnt share chanfile)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Tue Feb 01, 2005 12:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kimmi]]></name></author>
		<updated>2005-02-01T10:49:07-04:00</updated>

		<published>2005-02-01T10:49:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46066#p46066</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46066#p46066"/>
		<title type="html"><![CDATA[botnet script....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46066#p46066"><![CDATA[
Nope, it doesnt... I have allready tested that... <br>^DooM^ plz.. help me If U can..<br><br>Kimmi<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3560">Kimmi</a> — Tue Feb 01, 2005 10:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-01-31T23:06:06-04:00</updated>

		<published>2005-01-31T23:06:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46046#p46046</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46046#p46046"/>
		<title type="html"><![CDATA[botnet script....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46046#p46046"><![CDATA[
shouldn't the magic chanset -shared do such kind of tricks?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Mon Jan 31, 2005 11:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kimmi]]></name></author>
		<updated>2005-01-31T19:21:27-04:00</updated>

		<published>2005-01-31T19:21:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46035#p46035</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46035#p46035"/>
		<title type="html"><![CDATA[botnet script....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46035#p46035"><![CDATA[
okey... but I did a search in the tcl, and  there are 3 places where "net:bot:wop"  is mentioned.<br><div class="codebox"><p>Code: </p><pre><code>  if {[matchattr $h bB] &amp;&amp; [matchattr $h o|o $c] &amp;&amp; [islinked $h]} {    net:bot:wop $h net:wop [net:do:encrypt $c]    if {[lsearch $needop($c) $h] == -1} {      lappend needop($c) $h    }    return 0</code></pre></div>and<div class="codebox"><p>Code: </p><pre><code>  if {[matchattr $vh o|o $c] &amp;&amp; [wasop $v $c] &amp;&amp; [islinked $vh]} {    net:bot:wop $vh net:wop [net:do:encrypt $c]    if {[lsearch $needop($c) $vh] == -1} {      lappend needop($c) $vh    }</code></pre></div>and <div class="codebox"><p>Code: </p><pre><code>proc net:bot:wop {b cmd a} {  global net botnet-nick botop needop  set c [string tolower [net:do:decrypt $a]]  if {$b == ${botnet-nick}} {    set botop($c) ""    set needop($c) ""    return 0  }  if {$net(limbo) || ![islinked $b] || ![botisop $c] || ![matchattr $b o|o $c] || ![matchattr $b bB]} {    return 0  }</code></pre></div>Im not sure where to put the code U gave me..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3560">Kimmi</a> — Mon Jan 31, 2005 7:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-02-01T01:40:20-04:00</updated>

		<published>2005-01-31T15:15:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46031#p46031</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46031#p46031"/>
		<title type="html"><![CDATA[botnet script....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46031#p46031"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>if(![ison $nick $channel]) {return}</code></pre></div>If the nick is not on the channel return from the procedure.<br><br>That is the sort of thing you will require.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Mon Jan 31, 2005 3:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kimmi]]></name></author>
		<updated>2005-01-31T14:41:10-04:00</updated>

		<published>2005-01-31T14:41:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46029#p46029</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46029#p46029"/>
		<title type="html"><![CDATA[botnet script....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46029#p46029"><![CDATA[
Hello<br><br>Im running SpeeNet 2.33 and eggdrop 1.6.16. I have a botnet of 8 bots, but there is one bot that I want in a channel alone, and not with the other bots. I get the bot in the channel alone, but I get ann "error" in all of the other bots saying... "Tcl error [net:bot:wop]: illegal channel: #channel" I know its because the other bots isnt in the chan... I have search throught the script looking for a setup command to maybe trun it of, or something.. but I cant find anything...  Anyone here that runs speednet, or just knows this script good enought to help me....  <br><br>Kimmi<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3560">Kimmi</a> — Mon Jan 31, 2005 2:41 pm</p><hr />
]]></content>
	</entry>
	</feed>
