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

	<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-04-04T14:40:32-04:00</updated>

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

		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2004-04-04T14:40:32-04:00</updated>

		<published>2004-04-04T14:40:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35216#p35216</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35216#p35216"/>
		<title type="html"><![CDATA[Re: banlist]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35216#p35216"><![CDATA[
<blockquote class="uncited"><div>there is a tcl cleans channel ban list every x time?<br>x=the time u set like 20 min</div></blockquote>I was under the impression that this would do the exact same thing with no need for tcl...?<br><strong class="text-strong">set ban-time 20</strong>    (in conf)<br><strong class="text-strong">.chanset &lt;#chan&gt; +dynamicbans</strong><br><br>or have I been sniffin too much glue today?  <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> — Sun Apr 04, 2004 2:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2004-04-04T14:28:46-04:00</updated>

		<published>2004-04-04T14:28:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35215#p35215</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35215#p35215"/>
		<title type="html"><![CDATA[banlist]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35215#p35215"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>proc remove:bans {} {  foreach bans [chanbans #channel] {    pushmode "#channel" "-b" "[lindex $bans 0]"  }  timer 20 remove:bans}if {![regexp remove:bans [timers]]} {  timer 20 remove:bans}</code></pre></div><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"></div></blockquote>'regexp' is alot slower than 'string match', you should only use regexp for complex jobs....<br><br>ie.<div class="codebox"><p>Code: </p><pre><code>if {![string match *remove:bans* [timers]]} {  timer 20 remove:bans}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Sun Apr 04, 2004 2:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Xpert]]></name></author>
		<updated>2004-04-04T10:39:40-04:00</updated>

		<published>2004-04-04T10:39:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35206#p35206</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35206#p35206"/>
		<title type="html"><![CDATA[banlist]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35206#p35206"><![CDATA[
No problem <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=4667">Xpert</a> — Sun Apr 04, 2004 10:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CooLB0Y]]></name></author>
		<updated>2004-04-04T10:28:57-04:00</updated>

		<published>2004-04-04T10:28:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35205#p35205</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35205#p35205"/>
		<title type="html"><![CDATA[banlist]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35205#p35205"><![CDATA[
thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4744">CooLB0Y</a> — Sun Apr 04, 2004 10:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Xpert]]></name></author>
		<updated>2004-04-04T09:31:54-04:00</updated>

		<published>2004-04-04T09:31:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35203#p35203</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35203#p35203"/>
		<title type="html"><![CDATA[banlist]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35203#p35203"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc remove:bans {} {  foreach bans [chanbans #channel] {    pushmode "#channel" "-b" "[lindex $bans 0]"  }  timer 20 remove:bans}if {![regexp remove:bans [timers]]} {  timer 20 remove:bans}</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=4667">Xpert</a> — Sun Apr 04, 2004 9:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CooLB0Y]]></name></author>
		<updated>2004-04-04T07:47:41-04:00</updated>

		<published>2004-04-04T07:47:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35201#p35201</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35201#p35201"/>
		<title type="html"><![CDATA[banlist]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35201#p35201"><![CDATA[
there is a tcl cleans channel ban list every x time?<br>x=the time u set like 20 min<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4744">CooLB0Y</a> — Sun Apr 04, 2004 7:47 am</p><hr />
]]></content>
	</entry>
	</feed>
