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

	<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-04T18:05:29-04:00</updated>

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

		<entry>
		<author><name><![CDATA[z_one]]></name></author>
		<updated>2003-10-04T18:05:29-04:00</updated>

		<published>2003-10-04T18:05:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27922#p27922</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27922#p27922"/>
		<title type="html"><![CDATA[listing all users with a certain attribute]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27922#p27922"><![CDATA[
Thanks for your replies, however the code suggested by ppslim does the trick for me.<br>I don't want to list admins only. I wanted to list all the users with any flag I choose. It could be flag "f" or anything else.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=698">z_one</a> — Sat Oct 04, 2003 6:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-10-04T02:26:04-04:00</updated>

		<published>2003-10-04T02:26:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27895#p27895</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27895#p27895"/>
		<title type="html"><![CDATA[listing all users with a certain attribute]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27895#p27895"><![CDATA[
<blockquote class="uncited"><div>can't you just type .match +o</div></blockquote>he's talking about a loop to list all admins, what he does with the output is another question... <strong class="text-strong">.match</strong> is just one formated output of the same proc<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Sat Oct 04, 2003 2:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Bytez]]></name></author>
		<updated>2003-10-03T23:30:11-04:00</updated>

		<published>2003-10-03T23:30:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27887#p27887</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27887#p27887"/>
		<title type="html"><![CDATA[listing all users with a certain attribute]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27887#p27887"><![CDATA[
can't you just type .match +o<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3647">Bytez</a> — Fri Oct 03, 2003 11:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-10-03T07:18:24-04:00</updated>

		<published>2003-10-03T07:18:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27874#p27874</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27874#p27874"/>
		<title type="html"><![CDATA[listing all users with a certain attribute]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27874#p27874"><![CDATA[
You don't need the matchattr command, userlist provides this function allready.<br><div class="codebox"><p>Code: </p><pre><code>foreach op [userlist o|o] {   ...code}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Oct 03, 2003 7:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-10-03T07:10:08-04:00</updated>

		<published>2003-10-03T07:10:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27873#p27873</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27873#p27873"/>
		<title type="html"><![CDATA[listing all users with a certain attribute]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27873#p27873"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>foreach myuser [userlist] { if {[matchattr $myuser o]} {....}} </code></pre></div>not tested, but it should work<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Fri Oct 03, 2003 7:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[z_one]]></name></author>
		<updated>2003-10-03T06:07:13-04:00</updated>

		<published>2003-10-03T06:07:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27869#p27869</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27869#p27869"/>
		<title type="html"><![CDATA[listing all users with a certain attribute]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27869#p27869"><![CDATA[
Hi,<br><br>What's the loop that would list all the users added on the bot with a flag "+o" for example.<br><br>Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=698">z_one</a> — Fri Oct 03, 2003 6:07 am</p><hr />
]]></content>
	</entry>
	</feed>
