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

	<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>2007-01-12T17:25:51-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-01-12T17:25:51-04:00</updated>

		<published>2007-01-12T17:25:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69615#p69615</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69615#p69615"/>
		<title type="html"><![CDATA[!list]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69615#p69615"><![CDATA[
This code should work, assuming you wish to list user-entries who have both b and B (use the binding from the initial post). If you rather want a listing of user-entries that have either b or B, replace the &amp; with a |<br><div class="codebox"><p>Code: </p><pre><code>proc request:bots {nick host hand chan txt} { puthelp "NOTICE $nick :Here is a list of my requestable  bots:" puthelp "NOTICE $nick :[join [userlist bB&amp;] ", "]" return 1}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Fri Jan 12, 2007 5:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pilouuu]]></name></author>
		<updated>2007-01-11T11:22:37-04:00</updated>

		<published>2007-01-11T11:22:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69597#p69597</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69597#p69597"/>
		<title type="html"><![CDATA[!list]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69597#p69597"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub -|- "\!bots" request:botsproc request:bots {nickname hostname handle channel arg} {  set requestable {}  foreach user [userlist] {    if {[matchattr $user b] &amp;&amp; [matchattr $user B]} {      lappend requestable [hand2nick $user]    }  }  putserv "NOTICE $nickname :Here is a list of my requestable bots:"  putserv "NOTICE $nickname :[join $requestable ", "]"}</code></pre></div>Hi<br><br>Bot not say list bot whit Global flags +B or +b. Were is problem<br><br>Thx<br><br><br>expl:<br><br>!bots<br><br>&lt;bot&gt; Here is a list of my requestable bots:<br>...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7153">pilouuu</a> — Thu Jan 11, 2007 11:22 am</p><hr />
]]></content>
	</entry>
	</feed>
