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

	<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>2008-09-25T09:49:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Getodacul]]></name></author>
		<updated>2008-09-25T09:49:30-04:00</updated>

		<published>2008-09-25T09:49:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85278#p85278</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85278#p85278"/>
		<title type="html"><![CDATA[Unban last ban.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85278#p85278"><![CDATA[
That's the script:<br><blockquote class="uncited"><div>#Note: This script works of all the channels the bot is on.<br><br>##############################################################################<br>##############################################################################<br><br>bind pub o "unban" unban:pub<br><br>proc unban:pub {nick uhost hand chan text} {<br>   global botnick<br>     if {![botisop $chan]} {<br>     putserv "PRIVMSG $chan :I'm not opped!"<br>     } else {<br>     set chanbanlist [lsort -index 2 -integer -decreasing [chanbans $chan]]<br>     set last [lindex [lindex $chanbanlist end] 0]<br>     if {[llength $chanbanlist] &gt; 0} {<br>     putquick "MODE $chan -b $last"<br>     return 0<br>     }<br>  }<br>}<br>putlog "Unban last ban loaded successfully."</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9046">Getodacul</a> — Thu Sep 25, 2008 9:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[smash]]></name></author>
		<updated>2008-09-24T09:25:27-04:00</updated>

		<published>2008-09-24T09:25:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85264#p85264</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85264#p85264"/>
		<title type="html"><![CDATA[Unban last ban.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85264#p85264"><![CDATA[
<a href="http://www.egghelp.org/tclhtml/3478-4-0-0-1-last-ban.htm" class="postlink">http://www.egghelp.org/tclhtml/3478-4-0 ... st-ban.htm</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8041">smash</a> — Wed Sep 24, 2008 9:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Getodacul]]></name></author>
		<updated>2008-09-22T15:36:01-04:00</updated>

		<published>2008-09-22T15:36:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85250#p85250</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85250#p85250"/>
		<title type="html"><![CDATA[Unban last ban.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85250#p85250"><![CDATA[
I need a script who can unban the last ban on !unban command(on public channel or private). My realy problem is how to make the eggdrop to know what is the last ban.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9046">Getodacul</a> — Mon Sep 22, 2008 3:36 pm</p><hr />
]]></content>
	</entry>
	</feed>
