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

	<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>2005-02-03T01:25:06-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Pitchat]]></name></author>
		<updated>2005-02-03T01:25:06-04:00</updated>

		<published>2005-02-03T01:25:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46176#p46176</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46176#p46176"/>
		<title type="html"><![CDATA[Removing many bans at the same time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46176#p46176"><![CDATA[
yep it is  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> <br><br>that i can hadle  at least that .......  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> <br><br>thanks again<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2723">Pitchat</a> — Thu Feb 03, 2005 1:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-02-02T19:52:42-04:00</updated>

		<published>2005-02-02T19:52:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46164#p46164</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46164#p46164"/>
		<title type="html"><![CDATA[Removing many bans at the same time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46164#p46164"><![CDATA[
Add some checks to it, pretty simple.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Feb 02, 2005 7:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Pitchat]]></name></author>
		<updated>2005-02-02T19:36:40-04:00</updated>

		<published>2005-02-02T19:36:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46158#p46158</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46158#p46158"/>
		<title type="html"><![CDATA[Removing many bans at the same time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46158#p46158"><![CDATA[
thanks a lot it works juste fine !!<br><br>only a small glitch but easy to solve<br><br> [18:33] Tcl error [rem:ban]: expected integer but got ""<br>this is when no value is entered  : .remban <br><br>thanks again !<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2723">Pitchat</a> — Wed Feb 02, 2005 7:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-02-02T17:47:13-04:00</updated>

		<published>2005-02-02T17:47:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46150#p46150</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46150#p46150"/>
		<title type="html"><![CDATA[Removing many bans at the same time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46150#p46150"><![CDATA[
Not sure if this's the best way to do it, but here you go:<div class="codebox"><p>Code: </p><pre><code>bind dcc - remban rem:banproc rem:ban {hand idx text} {set firstban [lindex [split $text] 0]set lastban [lindex [split $text] 1]foreach ban [lrange [banlist] [incr firstban -1] [incr lastban -1]] {killban [lindex $ban 0] }}</code></pre></div>syntax: .remban &lt;first ban number&gt; &lt;last ban number&gt;<br><br>example: .remban 1 20 will remove all bans from 1 to 20 including bans 1 and 20.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Feb 02, 2005 5:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Pitchat]]></name></author>
		<updated>2005-02-02T15:21:37-04:00</updated>

		<published>2005-02-02T15:21:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46147#p46147</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46147#p46147"/>
		<title type="html"><![CDATA[Removing many bans at the same time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46147#p46147"><![CDATA[
When you get the banlist with the .bans all commands it list the bans and bind them to a number like :  [ 47] *!*@.cox.net (perm) (sticky)<br><br>i wonder if it is possible to unban many bans at once using something like .-ban 1-10  where it will unban the bans between 1 and 10 <br><br>did`nt find anything in the forum or the tcl archive about it<br><br>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2723">Pitchat</a> — Wed Feb 02, 2005 3:21 pm</p><hr />
]]></content>
	</entry>
	</feed>
