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

	<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>2008-11-28T19:53:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[garfwen]]></name></author>
		<updated>2008-11-28T19:53:30-04:00</updated>

		<published>2008-11-28T19:53:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86002#p86002</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86002#p86002"/>
		<title type="html"><![CDATA[Ty]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86002#p86002"><![CDATA[
Thanks !  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9777">garfwen</a> — Fri Nov 28, 2008 7:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tomekk]]></name></author>
		<updated>2008-11-28T16:31:59-04:00</updated>

		<published>2008-11-28T16:31:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86000#p86000</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86000#p86000"/>
		<title type="html"><![CDATA[Need some help (how many users on X chan)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86000#p86000"><![CDATA[
im using my own proc:<div class="codebox"><p>Code: </p><pre><code>proc chan_users { channel } {        set all_users [chanlist $channel]        set ops 0        set voices 0        set normal 0        foreach chan_user $all_users {                if {[isop $chan_user]} {                        incr ops 1                } elseif {[isvoice $chan_user]} {                        incr voices 1                } {                        incr normal 1                }        }        set all [llength $all_users]        return "$ops $voices $normal $all"}</code></pre></div>example:<br>set users_list [chan_users #channel]<br>puts $users_list<br><div class="codebox"><p>Code: </p><pre><code>1 0 3 4</code></pre></div>1 op<br>0 voices<br>3 normal<br>4 overall<br><br>u can split it to seperate variables or smth<br><br>cheers<br><br>P.S.<br>hint: read in manual about "chanlist"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10332">tomekk</a> — Fri Nov 28, 2008 4:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[garfwen]]></name></author>
		<updated>2008-11-28T16:09:18-04:00</updated>

		<published>2008-11-28T16:09:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85999#p85999</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85999#p85999"/>
		<title type="html"><![CDATA[Need some help (how many users on X chan)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85999#p85999"><![CDATA[
Hello,<br><br>I would like to know how can I put the egg seeing how many peaple are on $chan, how many ops, and voices. <br><br>How can i do it ?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> <br><br>Ty.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9777">garfwen</a> — Fri Nov 28, 2008 4:09 pm</p><hr />
]]></content>
	</entry>
	</feed>
