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

	<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>2005-01-19T20:34:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2005-01-19T20:34:03-04:00</updated>

		<published>2005-01-19T20:34:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45571#p45571</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45571#p45571"/>
		<title type="html"><![CDATA[Re: List all users with a flag on private]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45571#p45571"><![CDATA[
Try this<div class="codebox"><p>Code: </p><pre><code>bind msg n !getusers userlistByChanFlagproc userlistByChanFlag {n u h a} {if ![string match {[a-zA-Z0-9]} $a] {puthelp "NOTICE $n :usage: $::lastbind &lt;a single flag&gt;"return}set i 0foreach c [channels] {foreach h [userlist |$a $c] {puthelp "NOTICE $n :$h (+[lindex [split [chattr $h $c] |] 1] $c)"incr i}}if !$i {puthelp "NOTICE $n :no users have that channel flag."}}</code></pre></div>(i didn't test it, so don't complain if it doesn't work..just fix the bug and be happy <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz">)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Wed Jan 19, 2005 8:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[HecKel]]></name></author>
		<updated>2005-01-19T20:12:25-04:00</updated>

		<published>2005-01-19T20:12:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45570#p45570</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45570#p45570"/>
		<title type="html"><![CDATA[List all users with a flag on private]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45570#p45570"><![CDATA[
I want to get all users with a flag on a channel and print this on my private or by notice, for example:<br><br>!getusers +f <br>return this:<br>/msg HecKel HecKel (+nfopmj #lammechannel)<br>/msg HecKel Paul (+fv #lammer)<br>/msg HecKel Raul (+lfo #cool)<br><br>tnks, HecKel<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5906">HecKel</a> — Wed Jan 19, 2005 8:12 pm</p><hr />
]]></content>
	</entry>
	</feed>
