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

	<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>2012-11-09T10:23:31-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Get_A_Fix]]></name></author>
		<updated>2012-11-09T10:23:31-04:00</updated>

		<published>2012-11-09T10:23:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100193#p100193</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100193#p100193"/>
		<title type="html"><![CDATA[Simple !clearbans script [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100193#p100193"><![CDATA[
What about one just for normal server bans? 367 is the RAW for bans, 368 ending list.<br><br>Also, with the above code for internal bans, there may be some (like a DNR *Do Not Remove* tag/reason) that should be left on the bot, where others can be removed with the !clearbans - I'm not sure how to set an exempt list, either as a var and call it, or in the command itself. This is just something I'd personally do/use, I'm not saying everyone would like it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6204">Get_A_Fix</a> — Fri Nov 09, 2012 10:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[h22turbo]]></name></author>
		<updated>2012-11-07T05:38:16-04:00</updated>

		<published>2012-11-07T05:38:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100190#p100190</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100190#p100190"/>
		<title type="html"><![CDATA[Simple !clearbans script [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100190#p100190"><![CDATA[
thank you so much!<br><br><br>* InSaNe sets ban on *!*@5401a636.d38927c4.86566c49.ip<br>* InSaNe has kicked Awaken from #channel (multiple repeat floods)<br>&lt;@h22turbo&gt; !clearbans<br>* InSaNe removes ban on *!*@5401a636.d38927c4.86566c49.ip<br><br>works like a champ!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11714">h22turbo</a> — Wed Nov 07, 2012 5:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tomekk]]></name></author>
		<updated>2012-11-07T04:45:00-04:00</updated>

		<published>2012-11-07T04:45:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100189#p100189</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100189#p100189"/>
		<title type="html"><![CDATA[Simple !clearbans script [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100189#p100189"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># Author: tomekk# e-mail:  tomekk/@/oswiecim/./eu/./org# home page: http://tomekk.oswiecim.eu.org/## Version 0.1## This file is Copyrighted under the GNU Public License.# http://www.gnu.org/copyleft/gpl.html##############################################################bind pub o|o !clearbans cbproc cb { nick uhost hand chan arg } {        foreach global_ban [banlist] {                killban [lindex $global_ban 0]        }            foreach chan_ban [channels] {                foreach ban [banlist $chan_ban] {                        killchanban $chan_ban [lindex $ban 0]                }        }}putlog "cb.tcl ver 0.1 by tomekk loaded"</code></pre></div>Load and check it please (i didn't test it), will work without any other scripts.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10332">tomekk</a> — Wed Nov 07, 2012 4:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[h22turbo]]></name></author>
		<updated>2012-11-07T05:49:43-04:00</updated>

		<published>2012-11-07T02:29:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100188#p100188</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100188#p100188"/>
		<title type="html"><![CDATA[Simple !clearbans script [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100188#p100188"><![CDATA[
I need a script that allows a bot op (flags o|o or whatever) to be able to type !clearbans in a channel, and the bot will clear the internal ban list.<br><br>I use Eggdrop v1.6.21 and NetBots v4.10 with the sentinel component enabled.<br><br>It has a DCC command of .clearbans -all , but i need a simple script that will do .clearbans -all when a o|o users types !clearbans in the channel.<br><br>Can anyone help me please?<br><br>Thanks in advance!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11714">h22turbo</a> — Wed Nov 07, 2012 2:29 am</p><hr />
]]></content>
	</entry>
	</feed>
