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

	<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-10-10T17:58:16-04:00</updated>

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

		<entry>
		<author><name><![CDATA[gemeau50]]></name></author>
		<updated>2004-10-10T17:58:16-04:00</updated>

		<published>2004-10-10T17:58:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41743#p41743</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41743#p41743"/>
		<title type="html"><![CDATA[Channel Banlist =&gt; Restarting an eggdrop VS ban-time XX]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41743#p41743"><![CDATA[
<blockquote class="uncited"><div>a raw lookup give you the time the ban is set, and by who.</div></blockquote>I presume that it uses a command similar to:<br>mode #channel_name b<br>and gets its info's via raw 367 and 368<br><br>Why can this be done when it joins a channel?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5048">gemeau50</a> — Sun Oct 10, 2004 5:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-10-10T17:33:15-04:00</updated>

		<published>2004-10-10T17:33:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41741#p41741</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41741#p41741"/>
		<title type="html"><![CDATA[Channel Banlist =&gt; Restarting an eggdrop VS ban-time XX]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41741#p41741"><![CDATA[
<blockquote class="uncited"><div>because when it joins a channel it has no idea when the bans active on the channel were set..how could it if it was not there ?</div></blockquote>a raw lookup give you the time the ban is set, and by who.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Sun Oct 10, 2004 5:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gemeau50]]></name></author>
		<updated>2004-10-10T17:12:04-04:00</updated>

		<published>2004-10-10T17:12:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41740#p41740</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41740#p41740"/>
		<title type="html"><![CDATA[Channel Banlist =&gt; Restarting an eggdrop VS ban-time XX]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41740#p41740"><![CDATA[
Then, can you tell why it is able to find out an hour later?  Bans were done before its joining time.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5048">gemeau50</a> — Sun Oct 10, 2004 5:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gumbydammit]]></name></author>
		<updated>2004-10-10T17:06:08-04:00</updated>

		<published>2004-10-10T17:06:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41738#p41738</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41738#p41738"/>
		<title type="html"><![CDATA[Channel Banlist =&gt; Restarting an eggdrop VS ban-time XX]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41738#p41738"><![CDATA[
because when it joins a channel it has no idea when the bans active on the channel were set..how could it if it was not there ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1870">gumbydammit</a> — Sun Oct 10, 2004 5:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gemeau50]]></name></author>
		<updated>2004-10-10T07:09:36-04:00</updated>

		<published>2004-10-10T07:09:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41726#p41726</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41726#p41726"/>
		<title type="html"><![CDATA[Channel Banlist =&gt; Restarting an eggdrop VS ban-time XX]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41726#p41726"><![CDATA[
In fact, it does what expected but with a delay.<br><br>My eggdrop doesn't have individual ban-time per channel but uses "global-ban-time".<br><br>set global-ban-time 60<br><br>08:00 bans #1<br>08:15 bans #2<br>08:30 bot joined channel<br>09:30 bot removed bans 1 and 2.<br><br>In order remove these bans, it has to update its internal channel banlist (or something similar).  It seems that there is something being triggered after 60 minute which tells the bot to wake up and start checking the channel banlist for overdue bans which needs to be removed.<br><br>I presume that there is an operation being done through a timer which evaluates the time length of a ban:<br>time present  -  ban-time  &gt; 60 minutes<br>in order to identify overdue bans.<br><br>The only thing I am wondering is why does it have to wait for a period of time equal to the ban-time before working on the channel banlist rather than doing it as soon as it joins a channel?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5048">gemeau50</a> — Sun Oct 10, 2004 7:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2004-10-09T14:08:58-04:00</updated>

		<published>2004-10-09T14:08:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41703#p41703</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41703#p41703"/>
		<title type="html"><![CDATA[Channel Banlist =&gt; Restarting an eggdrop VS ban-time XX]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41703#p41703"><![CDATA[
ah  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> i misread your question... seems like this would be easy enough to manipulate via tcl.  You've explained what happens atm, could you also let us know what you wish the end result to be...just cos I'm dense like a brick  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Sat Oct 09, 2004 2:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gemeau50]]></name></author>
		<updated>2004-10-09T07:44:38-04:00</updated>

		<published>2004-10-09T07:44:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41698#p41698</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41698#p41698"/>
		<title type="html"><![CDATA[Channel Banlist =&gt; Restarting an eggdrop VS ban-time XX]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41698#p41698"><![CDATA[
It is already set to 1.<br><br>For argument sake, let say:   ban-time = 60 minutes<br><br>My question wasn't how to make a bot removed expired bans but why does it have to wait a period of time equal to the "ban-time" (60 minutes) after joining a channel before starting to cleanup the channel banlist?<br><br>ex.:<br>Bot left channel  7:45<br>Bot rejoined channel  8:00<br>It won't start cleaning the channel banlist before  9:00<br>and when it does, it will remove all bans which have been on the channel for more than 60 minutes.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5048">gemeau50</a> — Sat Oct 09, 2004 7:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2004-10-09T06:04:15-04:00</updated>

		<published>2004-10-09T06:04:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41695#p41695</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41695#p41695"/>
		<title type="html"><![CDATA[Channel Banlist =&gt; Restarting an eggdrop VS ban-time XX]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41695#p41695"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># Set this setting to 1 if you want your bot to expire# bans/exempts/invites set by other opped bots on the channel.set force-expire 0</code></pre></div> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Sat Oct 09, 2004 6:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gemeau50]]></name></author>
		<updated>2004-10-08T12:50:08-04:00</updated>

		<published>2004-10-08T12:50:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41684#p41684</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41684#p41684"/>
		<title type="html"><![CDATA[Channel Banlist =&gt; Restarting an eggdrop VS ban-time XX]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41684#p41684"><![CDATA[
Version: 1.6.16<br><br>When restarting a bot, it waits for a period equal to the "ban-time" before starting removing bans equal to "ban-time" or older. By removing older ones, it means that it is able to remove bans set before it joined a channel. Therefore, why doesn't it start removing bans as soon as it joins a channel?<br><br>TIA<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5048">gemeau50</a> — Fri Oct 08, 2004 12:50 pm</p><hr />
]]></content>
	</entry>
	</feed>
