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

	<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-10-02T21:18:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-10-02T21:18:03-04:00</updated>

		<published>2005-10-02T21:18:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56362#p56362</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56362#p56362"/>
		<title type="html"><![CDATA[netbots help; pushing +b's through botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56362#p56362"><![CDATA[
not sockets directly, but eggdrop's built-in async I/O socket wrapper ([connect], [control], [listen]), which of course is basically the same but a little bit more convenient<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Oct 02, 2005 9:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[knifebunny]]></name></author>
		<updated>2005-10-02T20:56:19-04:00</updated>

		<published>2005-10-02T20:56:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56361#p56361</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56361#p56361"/>
		<title type="html"><![CDATA[netbots help; pushing +b's through botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56361#p56361"><![CDATA[
nice script demond .. are we using sockets here?<br><br>I think I will stick with a dedicated bot though .. it seems a little bit more manageable.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6796">knifebunny</a> — Sun Oct 02, 2005 8:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-10-02T20:48:50-04:00</updated>

		<published>2005-10-02T20:48:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56359#p56359</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56359#p56359"/>
		<title type="html"><![CDATA[netbots help; pushing +b's through botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56359#p56359"><![CDATA[
you are on the right track ([newchanban] + [pushmode +b])<br><br>on a side note, there is no need of dedicated "detector" bot, let alone communicating via PRIVMSG; see <a href="http://demond.net/spambuster.tcl" class="postlink">spambuster.tcl</a> for inspiration <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=5056">demond</a> — Sun Oct 02, 2005 8:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[knifebunny]]></name></author>
		<updated>2005-10-02T20:38:43-04:00</updated>

		<published>2005-10-02T20:38:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56358#p56358</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56358#p56358"/>
		<title type="html"><![CDATA[netbots help; pushing +b's through botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56358#p56358"><![CDATA[
thinking now the only way to do it is keep the hub bot op'd, and setup some sort of system where it will accept a privmsg ban from a non op'd bot, and set the ban globally (via the botnet) and in the channel locally with a +b mode<br><br>make it do a newchanban, then pushmode the +b .. <br><br>Suggestions on how to make this secure?<br><br>sorry for excessive posts, im getting excited about solving this!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6796">knifebunny</a> — Sun Oct 02, 2005 8:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[knifebunny]]></name></author>
		<updated>2005-10-02T20:33:36-04:00</updated>

		<published>2005-10-02T20:33:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56357#p56357</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56357#p56357"/>
		<title type="html"><![CDATA[netbots help; pushing +b's through botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56357#p56357"><![CDATA[
just to let you know, i tried the "sticky" trick with newchanban, the op'd bot recognises it as a sticky ban and keeps it in the internal ban list that way, but doesnt actually go as far as setting the +b mode<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6796">knifebunny</a> — Sun Oct 02, 2005 8:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[knifebunny]]></name></author>
		<updated>2005-10-02T20:27:44-04:00</updated>

		<published>2005-10-02T20:27:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56356#p56356</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56356#p56356"/>
		<title type="html"><![CDATA[netbots help; pushing +b's through botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56356#p56356"><![CDATA[
the reason behind it is because a lot of spam on the network at the moment involves a compromised host joining then parting the channel with the /names list and spamming everyone from outside of the channel.  I was hoping to have the non-op'd bot sit in a few other large channels to grab these nicks and ban them in the channel before they get the chance to cycle through our channel .. Hence why I need it to set the +b before they even make it there.<br><br>There isnt a problem collecting the nicks that are doing it, its just a matter of making it set the +b the way I want it, which would stop them getting the /names list in the first place.<br><br>Makes sense?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6796">knifebunny</a> — Sun Oct 02, 2005 8:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-10-02T11:21:21-04:00</updated>

		<published>2005-10-02T11:21:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56306#p56306</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56306#p56306"/>
		<title type="html"><![CDATA[netbots help; pushing +b's through botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56306#p56306"><![CDATA[
what's the point of setting a channel ban if it doesn't match anyone currently on channel? if that's a sticky bot ban, it will be enforced when necessary and it will remain set on channel anyway<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Oct 02, 2005 11:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[knifebunny]]></name></author>
		<updated>2005-10-02T09:19:43-04:00</updated>

		<published>2005-10-02T09:19:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56301#p56301</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56301#p56301"/>
		<title type="html"><![CDATA[netbots help; pushing +b's through botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56301#p56301"><![CDATA[
if it unsticks after 5 seconds though .. wont the bot then just -b the ban?  or would the ban expire later on?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6796">knifebunny</a> — Sun Oct 02, 2005 9:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-10-02T09:18:29-04:00</updated>

		<published>2005-10-02T09:18:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56300#p56300</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56300#p56300"/>
		<title type="html"><![CDATA[netbots help; pushing +b's through botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56300#p56300"><![CDATA[
in that case making the ban sticky and unstick it after 5sec or so might really be the best idea. however, i would encourage you to enable dynamic bans again, since the bots would not remove them else.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sun Oct 02, 2005 9:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[knifebunny]]></name></author>
		<updated>2005-10-02T09:16:48-04:00</updated>

		<published>2005-10-02T09:16:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56298#p56298</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56298#p56298"/>
		<title type="html"><![CDATA[netbots help; pushing +b's through botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56298#p56298"><![CDATA[
im thinking if i cant get it to work via that method, i might perhaps make the non-op'd bot /msg the op'd bot with some sort of command to set a ban .. i just figured botnet userfile sharing would have done it for me<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6796">knifebunny</a> — Sun Oct 02, 2005 9:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[knifebunny]]></name></author>
		<updated>2005-10-02T09:15:02-04:00</updated>

		<published>2005-10-02T09:15:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56297#p56297</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56297#p56297"/>
		<title type="html"><![CDATA[netbots help; pushing +b's through botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56297#p56297"><![CDATA[
it receives it, and will activate the ban IF someone on the channel matches it.  I want it to set the +b in the channel anyway, even if noone in the channel matches it.<br><br>So, looking at .bans all, I see the bans there.  But it just wont set the +b mode in the channel, which is where I am stuck.<br><br>Doesnt seem to be a ban sharing issue at all, just whether or not it decides to set +b in the channel as the ban is set.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6796">knifebunny</a> — Sun Oct 02, 2005 9:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-10-02T09:12:45-04:00</updated>

		<published>2005-10-02T09:12:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56296#p56296</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56296#p56296"/>
		<title type="html"><![CDATA[netbots help; pushing +b's through botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56296#p56296"><![CDATA[
does the bot recieve the new ban, or does it just not set the ban?<br>if you cant get it working, you might want to rename newchanban and make your own newchanban proc which will forward the ban through the tradional way of botnet.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sun Oct 02, 2005 9:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[knifebunny]]></name></author>
		<updated>2005-10-02T09:10:04-04:00</updated>

		<published>2005-10-02T09:10:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56295#p56295</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56295#p56295"/>
		<title type="html"><![CDATA[netbots help; pushing +b's through botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56295#p56295"><![CDATA[
yeah, the bans share over userfile sharing, however the bot issuing the 'global ban' isnt opped, so the ban is sharing to the op'd bot, but the op'd bot isnt actually setting the +b mode in the channel<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6796">knifebunny</a> — Sun Oct 02, 2005 9:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-10-02T09:08:23-04:00</updated>

		<published>2005-10-02T09:08:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56294#p56294</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56294#p56294"/>
		<title type="html"><![CDATA[netbots help; pushing +b's through botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56294#p56294"><![CDATA[
timers will stack until you run out of memory <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">.<br>However, arent bans supposed to be shared via userfile sharing and not via netbots? therefore you might want to check the sharing direction (which bot shares passiv and which aggresively) ^-^<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sun Oct 02, 2005 9:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[knifebunny]]></name></author>
		<updated>2005-10-02T09:01:11-04:00</updated>

		<published>2005-10-02T09:01:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56293#p56293</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56293#p56293"/>
		<title type="html"><![CDATA[netbots help; pushing +b's through botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56293#p56293"><![CDATA[
figured id use the forum to try and answer my own questions <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"> seems like this is a tough one to answer ..<br><br>so ive worked out with newchanban, there's an option you can append "sticky" to it, and it will make the ban sticky .. so could i just, within the same proc, run a timer from there that say, after 60 minutes, unsticks the ban?<br><br>because a timer would be getting called a lot, because of all the spams, are the timers going to override themselves?<br><br>how would I code this? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6796">knifebunny</a> — Sun Oct 02, 2005 9:01 am</p><hr />
]]></content>
	</entry>
	</feed>
