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

	<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-05-02T05:55:09-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-05-02T05:55:09-04:00</updated>

		<published>2004-05-02T05:55:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36031#p36031</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36031#p36031"/>
		<title type="html"><![CDATA[eggdrop v1.6.15 kicking everybody with same IP on newchanban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36031#p36031"><![CDATA[
One of my bots actually monitors a channel for certain offensive words (done because I have a number of Muslim visitors).  I have a lot of users that also use cyber cafes; matching IP's.  The script uses $nick!$uhost to set a ban for the user that committed the offence without affecting any others.<br><br>With *!*@host the bot is doing exactly as requested, banning all matching hosts.<br><br>One could also add his AOps/SOps as users in the bot and have the script ignore those with the appropriate matching flag(s):<br><br>if {[matchattr $hand flag]} { return 0 }<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sun May 02, 2004 5:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stere0]]></name></author>
		<updated>2004-04-23T19:35:07-04:00</updated>

		<published>2004-04-23T19:35:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35791#p35791</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35791#p35791"/>
		<title type="html"><![CDATA[eggdrop v1.6.15 kicking everybody with same IP on newchanban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35791#p35791"><![CDATA[
the .newchanban with an ip is not so correctly to use because for the eggdrop all the person that match that will be banned. You have to use a more specific flag.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4">stere0</a> — Fri Apr 23, 2004 7:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-04-15T16:43:30-04:00</updated>

		<published>2004-04-15T16:43:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35585#p35585</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35585#p35585"/>
		<title type="html"><![CDATA[eggdrop v1.6.15 kicking everybody with same IP on newchanban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35585#p35585"><![CDATA[
The conf files are the same and downgrading is nearly impossible because of gcc versions.<br>I asked here because I thought that anybody is knowing more about changes done in the new eggdrop version or maybe someone could has any experience in this matter.<br><br>thank you<br>blues<p>Statistics: Posted by Guest — Thu Apr 15, 2004 4:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-04-15T16:35:34-04:00</updated>

		<published>2004-04-15T16:35:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35584#p35584</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35584#p35584"/>
		<title type="html"><![CDATA[eggdrop v1.6.15 kicking everybody with same IP on newchanban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35584#p35584"><![CDATA[
Then check the settings you had on that one and apply to this one. If this fails then downgrade.. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu Apr 15, 2004 4:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-04-15T14:02:41-04:00</updated>

		<published>2004-04-15T14:02:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35577#p35577</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35577#p35577"/>
		<title type="html"><![CDATA[eggdrop v1.6.15 kicking everybody with same IP on newchanban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35577#p35577"><![CDATA[
caesar, I never said that I don't want to ban all people with the same *!*@host but I said that in case of banning "*!*@host" the eggdrop shouldn't kick all people that are currently in the channel with *!*@host.<br>It should kick only the one who used the bad word by banning that IP at once.<br>I can only repeat myself that earlier version of eggdrop handled it as I'm saying.<br><br>blues<p>Statistics: Posted by Guest — Thu Apr 15, 2004 2:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-04-15T12:59:41-04:00</updated>

		<published>2004-04-15T12:59:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35572#p35572</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35572#p35572"/>
		<title type="html"><![CDATA[eggdrop v1.6.15 kicking everybody with same IP on newchanban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35572#p35572"><![CDATA[
The eggdrop is doing exactly what you put it to do and it dosen't have AI to decide by itself what actions should be taken in case of whatever so here the TCL scripts jump in. In case of something a tcl script is telling eggdrop what to do. You say you don't want it to ban all people that match the same IP but you want it to place bans on *!*@host this matching all people with the same mask/ip.. decide already.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu Apr 15, 2004 12:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-04-14T18:06:25-04:00</updated>

		<published>2004-04-14T18:06:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35531#p35531</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35531#p35531"/>
		<title type="html"><![CDATA[eggdrop v1.6.15 kicking everybody with same IP on newchanban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35531#p35531"><![CDATA[
Hello caesar,<br><br>changing the banmask isn't a solution because banning on ident/nick isn't effectiv enough for my efforts.<br>And as I said the same script didn't has any problems with an older eggdrop version.<br><br>blues<p>Statistics: Posted by Guest — Wed Apr 14, 2004 6:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-04-14T16:14:48-04:00</updated>

		<published>2004-04-14T16:14:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35527#p35527</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35527#p35527"/>
		<title type="html"><![CDATA[eggdrop v1.6.15 kicking everybody with same IP on newchanban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35527#p35527"><![CDATA[
The "-enforcebans +dynamicbans +userbans +dontkickops" modes applies only when dealing with it's own punishments like flud or revenge. You should edit that script and make it not ban people you don't want. You have made it place bans on *!*@host so it's kinda doing what you have put it to do. Make an ident@host ban or something similar if you don't want all people with the same IP to be banned and kicked off the channel. Also, instead of doing two "string tolower"'s just do that "string match" with -nocase.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Wed Apr 14, 2004 4:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-04-14T16:07:59-04:00</updated>

		<published>2004-04-14T16:07:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35526#p35526</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35526#p35526"/>
		<title type="html"><![CDATA[eggdrop v1.6.15 kicking everybody with same IP on newchanban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35526#p35526"><![CDATA[
Hello caesar,<br><br>thank you for the answer.<br><br>The chaninfo shows:<br>Settings for static channel #chat:<br>Protect modes (chanmode): +tn<br>Idle Kick after (idle-kick): DON'T!<br>stopnethack: DON'T!<br>aop-delay: 5:30<br>revenge-mode: 1<br>ban-time: 30<br>exempt-time: 60<br>invite-time: 60<br>Other modes:<br>-inactive       +statuslog      -secret         +shared<br>-greet          -seen           +cycle          +dontkickops<br>-protectops     -protectfriends -revenge        -revengebot<br>-bitch          -autoop         -autovoice      -nodesynch<br>-enforcebans    +dynamicbans    +userbans       -autohalfop<br>-protecthalfops<br>+dynamicexempts +userexempts    +dynamicinvites +userinvites<br>flood settings: chan ctcp join kick deop nick<br>number:           10    5    5    3    3    0<br>time  :           60   60   60   10   10    0<br><br>The tcl script is looking like:<br>foreach word2 [string tolower $longi] {<br>  if {[string match *$word2* [string tolower $args]]} {<br>    putquick "MODE $chan +b *!*[string range $uhost [string first @ $uhost] e]"<br>    newchanban $chan *!*[string range $uhost [string first @ $uhost] e] "" "Don't swear" 10<br>    putkick $chan $nick "Don't swear"<br>    return 0<br>    }<br><br>Is that correct? And will the bot kick the user if I remove "putkick" after newchanban?<br><br>blues<p>Statistics: Posted by Guest — Wed Apr 14, 2004 4:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-04-14T15:53:13-04:00</updated>

		<published>2004-04-14T15:53:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35525#p35525</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35525#p35525"/>
		<title type="html"><![CDATA[eggdrop v1.6.15 kicking everybody with same IP on newchanban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35525#p35525"><![CDATA[
Do a .chaninfo #channel and be shure thouse modes are like you've said. Also, are you shure is not a tcl script that is doing the kicks?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Wed Apr 14, 2004 3:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-04-14T15:18:46-04:00</updated>

		<published>2004-04-14T15:18:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35523#p35523</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35523#p35523"/>
		<title type="html"><![CDATA[eggdrop v1.6.15 kicking everybody with same IP on newchanban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35523#p35523"><![CDATA[
Hello,<br><br>I have done an update to v1.6.15 and the eggdrop is now kicking everybody with the same IP on the channel on "newchanban"<br>In previous versions it was so that only the one person was kicked after that IP was banned.<br>Also it's kicking channel ops.<br>I have the channel modes "-enforcebans +dynamicbans +userbans +dontkickops"<br><br>Any idea?<br><br>Thanx<br>blues<p>Statistics: Posted by Guest — Wed Apr 14, 2004 3:18 pm</p><hr />
]]></content>
	</entry>
	</feed>
