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

	<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>2007-04-12T18:56:14-04:00</updated>

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

		<entry>
		<author><name><![CDATA[rem]]></name></author>
		<updated>2007-04-12T18:56:14-04:00</updated>

		<published>2007-04-12T18:56:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72028#p72028</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72028#p72028"/>
		<title type="html"><![CDATA[no ident ban but with exceptions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72028#p72028"><![CDATA[
Sir_Fz, you are awesome. That worked like a charm. Thank you.<br><br>nml375, yeah, I considered server-side exempts but I would rather my bot handle this.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8907">rem</a> — Thu Apr 12, 2007 6:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-04-12T15:17:04-04:00</updated>

		<published>2007-04-12T15:17:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72023#p72023</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72023#p72023"/>
		<title type="html"><![CDATA[no ident ban but with exceptions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72023#p72023"><![CDATA[
Might be a good idea to use newchanban for the banning, in case the banlist get filled.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu Apr 12, 2007 3:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-04-12T15:02:48-04:00</updated>

		<published>2007-04-12T15:02:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72021#p72021</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72021#p72021"/>
		<title type="html"><![CDATA[no ident ban but with exceptions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72021#p72021"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind join - {% *!\~*@*} noident:kickproc noident:kick {nick uhost hand chan} { if {[matchattr $hand f|f $chan]} {return 0} putquick "mode $chan +b *!*@[lindex [split $uhost @] 1]" putquick "kick $chan $nick :Unresolved ident"}</code></pre></div>If you want it to work on only 1 channel then replace % with your #channel (The bot will exempt +f users).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Apr 12, 2007 3:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-04-12T07:36:21-04:00</updated>

		<published>2007-04-12T07:36:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72016#p72016</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72016#p72016"/>
		<title type="html"><![CDATA[no ident ban but with exceptions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72016#p72016"><![CDATA[
Do you know if the irc network you use support server-side exempts?<br>In case you got a limited number of friends with broken idents, that might be a (crude) solution. Other than that, it's just a battle to write more and more intelligent filters to spot those pesky drones.. And in many cases, the drones are on the winning side :/<br><br>One way that would effectively stop them, but would be abit troublesome for your users, would be to set the channel invite-only, and have a few bots on "invite-duty"; ie. message these bots to get an invite, use some "doorway channel", etc. It works, but it'll make things quite annoying for those members that hav'nt been told about it, or new visitors<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu Apr 12, 2007 7:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rem]]></name></author>
		<updated>2007-04-12T06:30:24-04:00</updated>

		<published>2007-04-12T06:30:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72014#p72014</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72014#p72014"/>
		<title type="html"><![CDATA[no ident ban but with exceptions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72014#p72014"><![CDATA[
Well, thank you for giving me an example and reading my first post. Like I said, I already searched and could not find what I need. There is "All protection" and "xchannel", but that is not what I'm after, my bot is already using enough resources as it is. I just need a script for my bot to ban non ident users with the ability to add exceptions.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8907">rem</a> — Thu Apr 12, 2007 6:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-04-12T06:06:40-04:00</updated>

		<published>2007-04-12T06:06:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72012#p72012</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72012#p72012"/>
		<title type="html"><![CDATA[no ident ban but with exceptions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72012#p72012"><![CDATA[
Plenty of scripts for banning clones/drones/etc.. Check the archive.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Thu Apr 12, 2007 6:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rem]]></name></author>
		<updated>2007-04-12T05:22:41-04:00</updated>

		<published>2007-04-12T05:22:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72011#p72011</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72011#p72011"/>
		<title type="html"><![CDATA[no ident ban but with exceptions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72011#p72011"><![CDATA[
Thank you, but that just seems to ban specific words, and it's all in Spanish. I need one that bans no ident. I realize ident can be spoofed but that doesn't really matter to me right now. Lately there has been an idiot with a drone net flooding my channel. Since the drones are on compromised machines none of them have ident. <br>Example:<br><br>Joins: ab557 (~<a href="mailto:zne@ip68-230-168-86.mc.at.cox.net">zne@ip68-230-168-86.mc.at.cox.net</a>)<br>Joins: ab172 (~<a href="mailto:c7ylwz@ip68-230-168-86.mc.at.cox.net">c7ylwz@ip68-230-168-86.mc.at.cox.net</a>)<br>Joins: ab8628 (~<a href="mailto:qjeh@user-0ceid4m.cable.mindspring.com">qjeh@user-0ceid4m.cable.mindspring.com</a>)<br>Joins: ab8473 (~<a href="mailto:qckgvj@ip24-250-114-133.dc.dc.cox.net">qckgvj@ip24-250-114-133.dc.dc.cox.net</a>)<br>Joins: ab32318 (~<a href="mailto:ctym@c-71-235-138-114.hsd1.ct.comcast.net">ctym@c-71-235-138-114.hsd1.ct.comcast.net</a>)<br><br>These are some of the actual drones. I'll ban them all and he just uses different drones. I am using a channel limiter script but its effectiveness is negligible at best. If there is a better way of handling this situation I'm open to any suggestions. Thanks again.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8907">rem</a> — Thu Apr 12, 2007 5:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-04-12T03:45:34-04:00</updated>

		<published>2007-04-12T03:45:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72010#p72010</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72010#p72010"/>
		<title type="html"><![CDATA[no ident ban but with exceptions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72010#p72010"><![CDATA[
BadIdban.Tcl - 22/12/2004 Chino_^ Will detect users who use a disagreeable IDENT, banning them from the channel for a specified length of time. Will not punish users with the flags +ofm.<br><a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=1095" class="postlink">http://www.egghelp.org/cgi-bin/tcl_arch ... ad&amp;id=1095</a><br><br>Basically, just add a banmask with ~*!*@* in it, and the people you want to exempt, give the appropriate user flags.<br><br>Edit: BTW, ident is a useless protocol. It's easily spoofed and proves nothing about the connection (it was useful about 20-25 yrs ago when it could be reasonably assumed that system administrators were legit. Nowdays anyone can fiddle with identd's responses.)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Thu Apr 12, 2007 3:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rem]]></name></author>
		<updated>2007-04-12T02:53:18-04:00</updated>

		<published>2007-04-12T02:53:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72008#p72008</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72008#p72008"/>
		<title type="html"><![CDATA[no ident ban but with exceptions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72008#p72008"><![CDATA[
Hello,<br><br>I searched and found scripts close to what I need but not quite. I just need a script that will ban users with broken ident but allowing me to add exceptions manually, because there are a few legit users in chan that I do not wish to ban with broken idents and for some reason or another can not get identd running. Thank you.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8907">rem</a> — Thu Apr 12, 2007 2:53 am</p><hr />
]]></content>
	</entry>
	</feed>
