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

	<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>2003-10-04T16:18:51-04:00</updated>

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

		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2003-10-04T16:18:51-04:00</updated>

		<published>2003-10-04T16:18:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27917#p27917</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27917#p27917"/>
		<title type="html"><![CDATA[how to list all the bans in a channel with banlist]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27917#p27917"><![CDATA[
see 'chanbans' in tcl-commands.doc that comes with your eggdrop.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Sat Oct 04, 2003 4:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-10-04T14:51:31-04:00</updated>

		<published>2003-10-04T14:51:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27916#p27916</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27916#p27916"/>
		<title type="html"><![CDATA[how to list all the bans in a channel with banlist]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27916#p27916"><![CDATA[
I  want to make a simple ban listing script that lists all the ban in the channel instead of just the bans that are made by the bot.<br><br>###################<br>bind msg o !bans banchk<br><br>proc banchk {nick uhost hand text} {<br>puthelp "NOTICE $nick :Sending you banlist <br>foreach ban [banlist #testing] {<br>  set banhost [lindex $ban 0]<br>  puthelp "NOTICE $nick :$banhost"<br>}<br>}<br><br>####################<br><br>this simple script i have written however only shows me bans that are made by the bot, is there anyway i can edit it so it lists all the channel bans instead of just the bans made by the bot?<p>Statistics: Posted by Guest — Sat Oct 04, 2003 2:51 pm</p><hr />
]]></content>
	</entry>
	</feed>
