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

	<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>2002-01-28T05:50:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[z_one]]></name></author>
		<updated>2002-01-28T05:50:00-04:00</updated>

		<published>2002-01-28T05:50:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4122#p4122</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4122#p4122"/>
		<title type="html"><![CDATA[Detecting server bans but not by "set bounce-bans 1" ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4122#p4122"><![CDATA[
ok I have this but the rest of the code is still getting executed on server bans after a netsplit return. Any clue why ? Thanks.<br><br>  bind mode - "*+b*" ub_mode<br><br>  proc ub_mode {nick uhost hand chan mode victim} {<br><br>    if {![string match "*@*" $uhost]} { return 0 }<br><br>    &lt;the rest of the code goes here&gt;<br>  }<br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=698">z_one</a> — Mon Jan 28, 2002 5:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-01-25T08:16:00-04:00</updated>

		<published>2002-01-25T08:16:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4062#p4062</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4062#p4062"/>
		<title type="html"><![CDATA[Detecting server bans but not by "set bounce-bans 1" ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4062#p4062"><![CDATA[
use a standard mode "* +b" binding, and check the uhost for a @ (with string match). if there's no @ in the userhost, then its a server setting the mode.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Fri Jan 25, 2002 8:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[z_one]]></name></author>
		<updated>2002-01-25T05:16:00-04:00</updated>

		<published>2002-01-25T05:16:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4057#p4057</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4057#p4057"/>
		<title type="html"><![CDATA[Detecting server bans but not by "set bounce-bans 1" ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4057#p4057"><![CDATA[
I wrote a script to make my eggdrop auto-clear the oldest 6 bans when the list gets to 90 bans (DALnet).<br>However, upon netsplit rejoin the server rebans many old bans making the list exceed the 90 bans limit many times. My bot goes crazy and starts unbanning the oldest 6 bans many times.<br>Is there a way to detect server bans by code (Not set bounce-bans 1). I just don't want my script to react and start unbanning old bans when there's a netsplit rejoin.<br>Thx.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=698">z_one</a> — Fri Jan 25, 2002 5:16 am</p><hr />
]]></content>
	</entry>
	</feed>
