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

	<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>2009-04-01T15:07:57-04:00</updated>

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

		<entry>
		<author><name><![CDATA[DaRkOoO]]></name></author>
		<updated>2009-04-01T15:07:57-04:00</updated>

		<published>2009-04-01T15:07:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88254#p88254</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88254#p88254"/>
		<title type="html"><![CDATA[Clear bans]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88254#p88254"><![CDATA[
Works fine,thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10236">DaRkOoO</a> — Wed Apr 01, 2009 3:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2009-04-01T14:06:47-04:00</updated>

		<published>2009-04-01T14:06:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88253#p88253</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88253#p88253"/>
		<title type="html"><![CDATA[Clear bans]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88253#p88253"><![CDATA[
Something like this should do the trick:<div class="codebox"><p>Code: </p><pre><code>bind pub n|n "!cbans" pubCBansbind pub n|n "!rlastban" pubRLastBanproc pubCBans {nick host handle channel text} { foreach ban [chanbans $channel] {  pushmode $channel -b [lindex $ban 0] }}proc pubRLastBan {nick host handle channel text} { set bans [lsort -index 2 -integer -decreasing [chanbans $channel] pushmode $channel -b [lindex $bans 0 0]}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Wed Apr 01, 2009 2:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DaRkOoO]]></name></author>
		<updated>2009-04-01T07:21:06-04:00</updated>

		<published>2009-04-01T07:21:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88251#p88251</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88251#p88251"/>
		<title type="html"><![CDATA[Clear bans]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88251#p88251"><![CDATA[
/cs unban nick/host or<br>/msg chanserv unban nikc/host<br>But I wanted to my bot delete bans by his own,not using chanserv..<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=10236">DaRkOoO</a> — Wed Apr 01, 2009 7:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Way2Death]]></name></author>
		<updated>2009-03-31T15:33:16-04:00</updated>

		<published>2009-03-31T15:33:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88228#p88228</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88228#p88228"/>
		<title type="html"><![CDATA[Clear bans]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88228#p88228"><![CDATA[
This depends on which network you're on. If you can provide me the code to unban some one at your network i can provide  you the code<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10578">Way2Death</a> — Tue Mar 31, 2009 3:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DaRkOoO]]></name></author>
		<updated>2009-03-30T17:15:33-04:00</updated>

		<published>2009-03-30T17:15:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88213#p88213</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88213#p88213"/>
		<title type="html"><![CDATA[Clear bans]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88213#p88213"><![CDATA[
sooo,is someone going to help me?I think this should be simple ;/<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10236">DaRkOoO</a> — Mon Mar 30, 2009 5:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DaRkOoO]]></name></author>
		<updated>2009-03-18T16:45:08-04:00</updated>

		<published>2009-03-18T16:45:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87933#p87933</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87933#p87933"/>
		<title type="html"><![CDATA[Clear bans]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87933#p87933"><![CDATA[
Hi,<br><br>I need script which will make my bot to remove all active bans on channel when I say !cbans,and other script which will remove just last ban on channell when I say !rlastban <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br><br>Regards,<br>Darko.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10236">DaRkOoO</a> — Wed Mar 18, 2009 4:45 pm</p><hr />
]]></content>
	</entry>
	</feed>
