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

	<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>2003-06-19T10:46:51-04:00</updated>

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

		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-06-19T10:46:51-04:00</updated>

		<published>2003-06-19T10:46:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22218#p22218</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22218#p22218"/>
		<title type="html"><![CDATA[request: clear ban list]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22218#p22218"><![CDATA[
Change the mask in the bind to "% 03 *" if you want the unbanning to happen at 3 in the "morning"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Thu Jun 19, 2003 10:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-06-19T10:46:31-04:00</updated>

		<published>2003-06-19T10:46:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22217#p22217</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22217#p22217"/>
		<title type="html"><![CDATA[request: clear ban list]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22217#p22217"><![CDATA[
minutes hours days months years.. figure out yourself.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu Jun 19, 2003 10:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Eternal Bliss]]></name></author>
		<updated>2003-06-19T10:43:43-04:00</updated>

		<published>2003-06-19T10:43:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22216#p22216</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22216#p22216"/>
		<title type="html"><![CDATA[request: clear ban list]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22216#p22216"><![CDATA[
<blockquote class="uncited"><div>this one will clear the banlist in all channels every 1 hour<br><div class="codebox"><p>Code: </p><pre><code>bind time - "00 * * * *" time_procproc time_proc {} {foreach chan [channels] {putserv "MODE $chan +b-b *!*@* *!*@*"putlog "I just cleared all my channels' banlist"}}</code></pre></div></div></blockquote>Great!<br>how do i change that to lets say 24 hours?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3353">Eternal Bliss</a> — Thu Jun 19, 2003 10:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-06-19T03:33:07-04:00</updated>

		<published>2003-06-19T03:33:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22190#p22190</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22190#p22190"/>
		<title type="html"><![CDATA[request: clear ban list]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22190#p22190"><![CDATA[
The "clear the ban list" sounds to me like clean the channel bans list, not bot's list. Anyway, if it's the bot's bans list then you should use the "banlist" and "killchanban" and/or "killban" to wipe them out.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu Jun 19, 2003 3:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ReaLz]]></name></author>
		<updated>2003-06-19T03:24:36-04:00</updated>

		<published>2003-06-19T03:24:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22188#p22188</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22188#p22188"/>
		<title type="html"><![CDATA[request: clear ban list]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22188#p22188"><![CDATA[
This is not what Eternal Bliss is looking for..<br><blockquote class="uncited"><div>  resetbans &lt;channel&gt;<br>    Description: removes all bans on the channel that aren't in the bot's<br>      ban list and refreshes any bans that should be on the channel but<br>      aren't</div></blockquote>while the +b-b *!*@* *!*@* will remove ALL the bans <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2044">ReaLz</a> — Thu Jun 19, 2003 3:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-06-19T03:21:11-04:00</updated>

		<published>2003-06-19T03:21:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22187#p22187</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22187#p22187"/>
		<title type="html"><![CDATA[request: clear ban list]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22187#p22187"><![CDATA[
Better use something like:<div class="codebox"><p>Code: </p><pre><code>foreach chan [channels] {resetbans $chan}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu Jun 19, 2003 3:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ReaLz]]></name></author>
		<updated>2003-06-19T03:14:51-04:00</updated>

		<published>2003-06-19T03:14:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22186#p22186</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22186#p22186"/>
		<title type="html"><![CDATA[request: clear ban list]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22186#p22186"><![CDATA[
when you put a ban which is more &lt;&lt;global&gt;&gt; than others, the server removes the others and keeps only that. so if you put a ban *!*@* it removes ALL the bans and if you want to have absolutely no ban in the banlist just ban and unban *!*@* at the same time.<br>like the <div class="codebox"><p>Code: </p><pre><code>putserv "MODE $chan +b-b *!*@* *!*@*"</code></pre></div><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2044">ReaLz</a> — Thu Jun 19, 2003 3:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-06-19T03:09:26-04:00</updated>

		<published>2003-06-19T03:09:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22183#p22183</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22183#p22183"/>
		<title type="html"><![CDATA[request: clear ban list]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22183#p22183"><![CDATA[
<blockquote class="uncited"><div>putserv "MODE $chan +b-b *!*@* *!*@*"</div></blockquote>What the heck is with this? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu Jun 19, 2003 3:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ReaLz]]></name></author>
		<updated>2003-06-19T03:01:03-04:00</updated>

		<published>2003-06-19T03:01:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22181#p22181</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22181#p22181"/>
		<title type="html"><![CDATA[request: clear ban list]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22181#p22181"><![CDATA[
this one will clear the banlist in all channels every 1 hour<br><div class="codebox"><p>Code: </p><pre><code>bind time - "00 * * * *" time_procproc time_proc {} {foreach chan [channels] {putserv "MODE $chan +b-b *!*@* *!*@*"putlog "I just cleared all my channels' banlist"}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2044">ReaLz</a> — Thu Jun 19, 2003 3:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kazoo]]></name></author>
		<updated>2003-06-18T20:48:53-04:00</updated>

		<published>2003-06-18T20:48:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22166#p22166</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22166#p22166"/>
		<title type="html"><![CDATA[request: clear ban list]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22166#p22166"><![CDATA[
haha  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3356">kazoo</a> — Wed Jun 18, 2003 8:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Eternal Bliss]]></name></author>
		<updated>2003-06-18T14:39:35-04:00</updated>

		<published>2003-06-18T14:39:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22151#p22151</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22151#p22151"/>
		<title type="html"><![CDATA[request: clear ban list]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22151#p22151"><![CDATA[
Link?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3353">Eternal Bliss</a> — Wed Jun 18, 2003 2:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-06-18T14:29:09-04:00</updated>

		<published>2003-06-18T14:29:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22149#p22149</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22149#p22149"/>
		<title type="html"><![CDATA[request: clear ban list]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22149#p22149"><![CDATA[
I've made a script which does almost this, dl it and modify it to your needs<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Wed Jun 18, 2003 2:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Eternal Bliss]]></name></author>
		<updated>2003-06-18T12:04:25-04:00</updated>

		<published>2003-06-18T12:04:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22135#p22135</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22135#p22135"/>
		<title type="html"><![CDATA[request: clear ban list]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22135#p22135"><![CDATA[
Hello.<br>I have a little request, I need a script that will clear the ban list in multiple channels after X time(24 hours)....<br>Thank you in advance!.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3353">Eternal Bliss</a> — Wed Jun 18, 2003 12:04 pm</p><hr />
]]></content>
	</entry>
	</feed>
