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

	<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-09-16T13:03:28-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-09-16T13:03:28-04:00</updated>

		<published>2002-09-16T13:03:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10962#p10962</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10962#p10962"/>
		<title type="html"><![CDATA[unbaning when channel banlist is full]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10962#p10962"><![CDATA[
I did get a script working with your ideas already. Did not think of the lsort however and will have to look into that.. <br><br>Thanks for that extra idea.<p>Statistics: Posted by Guest — Mon Sep 16, 2002 1:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-09-15T17:03:27-04:00</updated>

		<published>2002-09-15T17:03:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10937#p10937</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10937#p10937"/>
		<title type="html"><![CDATA[unbaning when channel banlist is full]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10937#p10937"><![CDATA[
Well, it's quite easy really. In your script, monitor new bans (MODE bind). Each time a ban is set, count the number of entries in the channel ban list (llength and chanbans). If it gets to within 5 of the maximum allowed, sort the bans by age (lsort), then unban the last 5 bans or so (for loop, putserv or killchanban).<br><br>That's basically your whole script.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Sun Sep 15, 2002 5:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-09-10T10:32:12-04:00</updated>

		<published>2002-09-10T10:32:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10728#p10728</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10728#p10728"/>
		<title type="html"><![CDATA[unbaning when channel banlist is full]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10728#p10728"><![CDATA[
This script I don't know where to start. How would I got about unbanning the oldest X bans when the banlist becomes full?? (but leave them in the bot of course.)<br><br>I am on dalnet if that matters...<br><br>Thanks,<br>Jeff<p>Statistics: Posted by Guest — Tue Sep 10, 2002 10:32 am</p><hr />
]]></content>
	</entry>
	</feed>
