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

	<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-12-16T11:30:58-04:00</updated>

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

		<entry>
		<author><name><![CDATA[blake]]></name></author>
		<updated>2009-12-16T11:30:58-04:00</updated>

		<published>2009-12-16T11:30:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91341#p91341</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91341#p91341"/>
		<title type="html"><![CDATA[Re: Move bans]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91341#p91341"><![CDATA[
<blockquote class="uncited"><div>Hello,<br>Is there a way to move all bans from internal ban list to channel ban list?<br>This way any chan Op (not bot +o flag) could remove bans.</div></blockquote>You could get your bot to set mode chan +b username then kick their would be no need to use the bots internal ban list then this will allow for that will also allow ops to remove ban on channel ban list just use /botnick ban #channel nick reason<br><div class="codebox"><p>Code: </p><pre><code>bind msg o|o ban cmd:banproc cmd:ban {nick uhost hand arg} {  set chan [lindex [split $arg] 0]  set username [lindex [split $arg] 1]     set reason [lrange [split $arg] 2 end]  putserv "MODE $chan +b $username"  putserv "kick $chan $username $reason"   }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10512">blake</a> — Wed Dec 16, 2009 11:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Torrevado]]></name></author>
		<updated>2009-12-15T17:15:22-04:00</updated>

		<published>2009-12-15T17:15:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91303#p91303</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91303#p91303"/>
		<title type="html"><![CDATA[Move bans]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91303#p91303"><![CDATA[
Hello,<br>Is there a way to move all bans from internal ban list to channel ban list?<br>This way any chan Op (not bot +o flag) could remove bans.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8047">Torrevado</a> — Tue Dec 15, 2009 5:15 pm</p><hr />
]]></content>
	</entry>
	</feed>
