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

	<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-08-23T15:10:08-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Kurupt]]></name></author>
		<updated>2004-08-23T15:10:08-04:00</updated>

		<published>2004-08-23T15:10:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40088#p40088</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40088#p40088"/>
		<title type="html"><![CDATA[yea]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40088#p40088"><![CDATA[
but my post whas ironic dunno<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5355">Kurupt</a> — Mon Aug 23, 2004 3:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-08-23T15:01:22-04:00</updated>

		<published>2004-08-23T15:01:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40087#p40087</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40087#p40087"/>
		<title type="html"><![CDATA[botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40087#p40087"><![CDATA[
He quoted my post you moron.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Mon Aug 23, 2004 3:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kurupt]]></name></author>
		<updated>2004-08-23T14:58:09-04:00</updated>

		<published>2004-08-23T14:58:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40086#p40086</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40086#p40086"/>
		<title type="html"><![CDATA[funny]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40086#p40086"><![CDATA[
that is nice awyeah. thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5355">Kurupt</a> — Mon Aug 23, 2004 2:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-08-23T00:41:51-04:00</updated>

		<published>2004-08-23T00:41:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40038#p40038</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40038#p40038"/>
		<title type="html"><![CDATA[botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40038#p40038"><![CDATA[
<blockquote class="uncited"><div>From <strong class="text-strong">tcl-commands.doc</strong><br><br>The information you need to do a 'whom':<br><div class="codebox"><p>Code: </p><pre><code>  whom &lt;chan&gt;    Returns: list of people on the botnet who are on that channel. 0 is        the default party line. Each item in the list is a sublist with six      elements: nickname, bot, hostname, access flag ('-', '@', '+', or      '*'), minutes idle, and away message (blank if the user is not away).      If you specify * for channel, every user on the botnet is returned      with an extra argument indicating the channel the user is on.</code></pre></div>The information you need to find linked and unlinked bots:<br><div class="codebox"><p>Code: </p><pre><code>  botlist    Returns: a list of bots currently on the botnet. Each item in the list      is a sublist with four elements: bot, uplink, version, sharing status:        bot:     the bot's botnetnick        uplink:  the bot the bot is connected to        version: its current numeric version        sharing: a "+" if the bot is a sharebot; "-" otherwise</code></pre></div>The information you need to link a bot:<div class="codebox"><p>Code: </p><pre><code>  link [via-bot] &lt;bot&gt;        Description: attempts to link to another bot directly. If you specify      a via-bot, it tells the via-bot to attempt the link.    Returns: 1 if the link will be attempted; 0 otherwise</code></pre></div>The information you need to unlink a bot:<div class="codebox"><p>Code: </p><pre><code>  unlink &lt;bot&gt;    Description: attempts to unlink a bot from the botnet    Returns: 1 on success; 0 otherwise</code></pre></div>How to make the bot send out a dcc chat request:<br><a href="http://forum.egghelp.org/viewtopic.php?t=8133" class="postlink">*Click*</a><br><br>And finally, this is how you make a public trigger:<br><div class="codebox"><p>Code: </p><pre><code>bind pub -|- !trigger pub:procnameproc pub:procname {nick uhost hand chan text} { # Your code goes here}</code></pre></div>Now that wasn't so hard, was it. Took like 30sec to look that up in <strong class="text-strong">tcl-commands.doc</strong>, and another 10sec searching the forum.</div></blockquote>Ok now we got all the information we need need Kurupt, thanks to gb. Shall we still ask how to make the script?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> <br><br>*gb* How will we make this script now?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><br>Note: You have been helped.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Mon Aug 23, 2004 12:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kurupt]]></name></author>
		<updated>2004-08-22T23:21:21-04:00</updated>

		<published>2004-08-22T23:21:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40031#p40031</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40031#p40031"/>
		<title type="html"><![CDATA[hei]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40031#p40031"><![CDATA[
i sad no timt to check the forum database not to read the tcl-commands.doc . i never say that i whant that somebody do the script i just requestet a little help<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5355">Kurupt</a> — Sun Aug 22, 2004 11:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-08-22T22:15:57-04:00</updated>

		<published>2004-08-22T22:15:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40030#p40030</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40030#p40030"/>
		<title type="html"><![CDATA[botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40030#p40030"><![CDATA[
No need of a "permanent" connection to browse or <em class="text-italics">read</em> anything. This attitude of "Why should I, I'll find a sucker that will save me the trouble because I am too <strong class="text-strong">lazy</strong> to even try." is really annoying and boring.<br><blockquote class="uncited"><div>i could read the tcl-commands but i have no time the browse the forum</div></blockquote><strong class="text-strong">tcl-commands.doc</strong> is in the ~doc folder of your eggdrop folder. Chance would be a good thing if you even bothered to look in there.<br><br>A variation on a very old (and true) saying: "We help those that help themselves."  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sun Aug 22, 2004 10:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-08-22T21:24:47-04:00</updated>

		<published>2004-08-22T21:24:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40027#p40027</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40027#p40027"/>
		<title type="html"><![CDATA[botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40027#p40027"><![CDATA[
From <strong class="text-strong">tcl-commands.doc</strong><br><br>The information you need to do a 'whom':<br><div class="codebox"><p>Code: </p><pre><code>  whom &lt;chan&gt;    Returns: list of people on the botnet who are on that channel. 0 is        the default party line. Each item in the list is a sublist with six      elements: nickname, bot, hostname, access flag ('-', '@', '+', or      '*'), minutes idle, and away message (blank if the user is not away).      If you specify * for channel, every user on the botnet is returned      with an extra argument indicating the channel the user is on.</code></pre></div>The information you need to find linked and unlinked bots:<br><div class="codebox"><p>Code: </p><pre><code>  botlist    Returns: a list of bots currently on the botnet. Each item in the list      is a sublist with four elements: bot, uplink, version, sharing status:        bot:     the bot's botnetnick        uplink:  the bot the bot is connected to        version: its current numeric version        sharing: a "+" if the bot is a sharebot; "-" otherwise</code></pre></div>The information you need to link a bot:<div class="codebox"><p>Code: </p><pre><code>  link [via-bot] &lt;bot&gt;        Description: attempts to link to another bot directly. If you specify      a via-bot, it tells the via-bot to attempt the link.    Returns: 1 if the link will be attempted; 0 otherwise</code></pre></div>The information you need to unlink a bot:<div class="codebox"><p>Code: </p><pre><code>  unlink &lt;bot&gt;    Description: attempts to unlink a bot from the botnet    Returns: 1 on success; 0 otherwise</code></pre></div>How to make the bot send out a dcc chat request:<br><a href="http://forum.egghelp.org/viewtopic.php?t=8133" class="postlink">*Click*</a><br><br>And finally, this is how you make a public trigger:<br><div class="codebox"><p>Code: </p><pre><code>bind pub -|- !trigger pub:procnameproc pub:procname {nick uhost hand chan text} { # Your code goes here}</code></pre></div>Now that wasn't so hard, was it. Took like 30sec to look that up in <strong class="text-strong">tcl-commands.doc</strong>, and another 10sec searching the forum.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Sun Aug 22, 2004 9:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kurupt]]></name></author>
		<updated>2004-08-22T21:14:34-04:00</updated>

		<published>2004-08-22T21:14:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40026#p40026</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40026#p40026"/>
		<title type="html"><![CDATA[ok]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40026#p40026"><![CDATA[
ok . i say of you have time.do i have say you to fix my problem. i never expected that someone to do the script just to give me the information what i will need to do it. but i see some people are like you gb. no offence<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5355">Kurupt</a> — Sun Aug 22, 2004 9:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-08-22T21:10:48-04:00</updated>

		<published>2004-08-22T21:10:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40025#p40025</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40025#p40025"/>
		<title type="html"><![CDATA[botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40025#p40025"><![CDATA[
We dont have time to help ppl that don't make an effort, and just expect others to fix their problem.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Sun Aug 22, 2004 9:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kurupt]]></name></author>
		<updated>2004-08-22T21:07:11-04:00</updated>

		<published>2004-08-22T21:07:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40024#p40024</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40024#p40024"/>
		<title type="html"><![CDATA[i could]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40024#p40024"><![CDATA[
i could read the tcl-commands but i have no time the browse the forum. i don;t have a permanent connection so if you have free time you could paste the links and i will read when i will be online.<br>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5355">Kurupt</a> — Sun Aug 22, 2004 9:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-08-22T21:03:11-04:00</updated>

		<published>2004-08-22T21:03:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40023#p40023</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40023#p40023"/>
		<title type="html"><![CDATA[botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40023#p40023"><![CDATA[
Most of those commands is like 1 or 2 lines of code, so by reading tcl-commands.doc and browsing this forum you shold be able to make this in minutes.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Sun Aug 22, 2004 9:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kurupt]]></name></author>
		<updated>2004-08-22T20:41:35-04:00</updated>

		<published>2004-08-22T20:41:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40022#p40022</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40022#p40022"/>
		<title type="html"><![CDATA[botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40022#p40022"><![CDATA[
i have search all databases: <a href="http://bseen.eggheads.org/" class="postlink">http://bseen.eggheads.org/</a> <a href="http://mc.purehype.net/" class="postlink">http://mc.purehype.net/</a> <a href="http://egghelp.org/tcl.htm" class="postlink">http://egghelp.org/tcl.htm</a> and <a href="http://www.tclscript.com/" class="postlink">http://www.tclscript.com/</a> for eggdrop scripts.<br><br>no script with that ability<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5355">Kurupt</a> — Sun Aug 22, 2004 8:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-08-22T20:34:32-04:00</updated>

		<published>2004-08-22T20:34:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40021#p40021</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40021#p40021"/>
		<title type="html"><![CDATA[botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40021#p40021"><![CDATA[
The netbots script has a raft of commands via DCC Chat<blockquote class="uncited"><div>.nethelp</div></blockquote>A <strong class="text-strong">search</strong> of the TCL Archive might reveal more. <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=3646">Alchera</a> — Sun Aug 22, 2004 8:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kurupt]]></name></author>
		<updated>2004-08-22T20:00:34-04:00</updated>

		<published>2004-08-22T20:00:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40020#p40020</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40020#p40020"/>
		<title type="html"><![CDATA[ok]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40020#p40020"><![CDATA[
that should be public commands. and netbots don't have public commands or ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5355">Kurupt</a> — Sun Aug 22, 2004 8:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-08-22T18:41:53-04:00</updated>

		<published>2004-08-22T18:41:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40017#p40017</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40017#p40017"/>
		<title type="html"><![CDATA[botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40017#p40017"><![CDATA[
Have you looked at slennox' netbot script?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sun Aug 22, 2004 6:41 pm</p><hr />
]]></content>
	</entry>
	</feed>
