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

	<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>2003-09-10T01:25:35-04:00</updated>

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

		<entry>
		<author><name><![CDATA[z_one]]></name></author>
		<updated>2003-09-10T01:25:35-04:00</updated>

		<published>2003-09-10T01:25:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26859#p26859</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26859#p26859"/>
		<title type="html"><![CDATA[Botnetop component.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26859#p26859"><![CDATA[
If you read the netbots documentation you will notice it says:<blockquote class="uncited"><div>Note that the delay (bop_delay) is automatically skipped if there are fewer than 3 bots opped on the channel.</div></blockquote>So although you set bop_delay to 300 , if you only have 2 bots on the channel... this will be skipped.<br><br>This section of code was taken from botnetop.tcl:<div class="codebox"><p>Code: </p><pre><code>if {!$bop_delay || [bop_lowbots $chan]} {  utimer 5 [list bop_askbot $hand $chan]} else {  utimer [expr [rand $bop_delay] + 5] [list bop_askbot $hand $chan]}...proc bop_lowbots {chan} {  global botnick  set bots 1  foreach bot [chanlist $chan b] {    if {$bot != $botnick &amp;&amp; [isop $bot $chan]} {      incr bots    }  }  if {$bots &lt; 3} {return 1}  return 0}</code></pre></div>Which, if I understand it right, means that when there are only 2 bots on the channel ... bot_delay automatically becomes 5 seconds.<br>How many bots do you have on the channel ? I am talking about bots which are flagged as +b so they are recognized as bots by other bots.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=698">z_one</a> — Wed Sep 10, 2003 1:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-09-09T15:31:49-04:00</updated>

		<published>2003-09-09T15:31:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26832#p26832</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26832#p26832"/>
		<title type="html"><![CDATA[Botnetop component.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26832#p26832"><![CDATA[
Well.. bot joined the network. he attempts to login to services and after an succesfull log in will ask for his needs. If it's oped and deoped by the lagged services will get an notice or something to login in order to be op on the channel. Stop any "contact" with the other bots and attempt to login to services. After he successfully logged in continue the "contact" with the other bots. Something like this anyway. <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=187">caesar</a> — Tue Sep 09, 2003 3:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Yourname]]></name></author>
		<updated>2003-09-09T14:46:59-04:00</updated>

		<published>2003-09-09T14:46:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26825#p26825</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26825#p26825"/>
		<title type="html"><![CDATA[Botnetop component.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26825#p26825"><![CDATA[
caesar: Yeah, something like that. But how? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>z_one:<br><div class="codebox"><p>Code: </p><pre><code># botnetop.tcl settingsset nb_component(botnetop) 1set bop_delay 500set bop_maxreq 2set bop_modeop 1set bop_linkop 1set bop_icheck 0set bop_hcheck 1set bop_osync 1set bop_addhost 1set bop_log 2</code></pre></div>I've set it to 500, hehe, so it'll ask late.[/code]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13">Yourname</a> — Tue Sep 09, 2003 2:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-09-08T14:57:04-04:00</updated>

		<published>2003-09-08T14:57:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26757#p26757</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26757#p26757"/>
		<title type="html"><![CDATA[Botnetop component.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26757#p26757"><![CDATA[
Well, an nice lil "workaround" will be to make it ask for ops ONLY if he is identifyed with the services. Only then he can ask from other bot's for his needs. Also, when the bot (who is not yet identifyed) get's deoped by the services dosen't he get an notice or something? When the services are lagged or something similar, if he get's oped and then the lagged services deop him and send an notice about this he would attempt to login and stop any "requests" from any other linked bots untill he get's identifyed by the services.. something like this anyway.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Sep 08, 2003 2:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[z_one]]></name></author>
		<updated>2003-09-08T14:48:36-04:00</updated>

		<published>2003-09-08T14:48:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26755#p26755</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26755#p26755"/>
		<title type="html"><![CDATA[Botnetop component.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26755#p26755"><![CDATA[
What are your botnetop settings ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=698">z_one</a> — Mon Sep 08, 2003 2:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Yourname]]></name></author>
		<updated>2003-09-06T10:11:24-04:00</updated>

		<published>2003-09-06T10:11:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26623#p26623</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26623#p26623"/>
		<title type="html"><![CDATA[Botnetop component.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26623#p26623"><![CDATA[
hehe, no gumby, there's a nice solution someone keeps giving me everytime I ask this frigged question, so I'm waiting for that. Hold on and keep watching this thread, you'll be surprised to see the solution <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13">Yourname</a> — Sat Sep 06, 2003 10:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gumbydammit]]></name></author>
		<updated>2003-09-06T06:16:52-04:00</updated>

		<published>2003-09-06T06:16:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26613#p26613</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26613#p26613"/>
		<title type="html"><![CDATA[Botnetop component.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26613#p26613"><![CDATA[
well sounds to me like that is simply how it works yourname.. its like +bitch on services.. seeing how you cant control services.. but can control your bots.. i would *cringe* take the mode off the room... and set your bots +bitch... you seem to not want ops opping people. This mode in effect does the same damn thing +bitch does... another possible solution.. would be to add services to your bots... and give it enough access so your bots let it win... therefore no flood...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1870">gumbydammit</a> — Sat Sep 06, 2003 6:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Yourname]]></name></author>
		<updated>2003-09-06T03:11:23-04:00</updated>

		<published>2003-09-06T03:11:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=26602#p26602</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=26602#p26602"/>
		<title type="html"><![CDATA[Botnetop component.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=26602#p26602"><![CDATA[
I always seem to be asking this and forgetting the answer on 6 month period. *sigh* :/<br><br>Anyways.<br><br>On DALnet, there are services. And channels have this ident thingie on which means if the channel is set to ident, all the ops MUST identify to services before they can get opped. So, unless and until an op does'nt identify the op won't get opped by services. And if a human or some other op ops this newly joined op, the services will deop him. You know what I mean? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <br><br>Now, this is the scenario, sometimes the services are lagging or the bot did'nt identify or it takes time for the services to acknowledge that the bot has identified or somethng and it joins the channel, and another botnet op bot has opped it, services will deop that new bot. Why? because the new bot has'nt identified yet. And that way a op flood comes on, services keep deopping the bot, and the other opped bot keeps opping the newcomer bot.<br><br>Any workaround to this? (Please don't tell to turn the ident option off, it's secure, for the other human ops. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> Plus I'm not the founder)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13">Yourname</a> — Sat Sep 06, 2003 3:11 am</p><hr />
]]></content>
	</entry>
	</feed>
