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

	<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>2011-04-16T19:13:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2011-04-16T19:13:03-04:00</updated>

		<published>2011-04-16T19:13:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=96675#p96675</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=96675#p96675"/>
		<title type="html"><![CDATA[Displaying the number of users on channels, in a webpage.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=96675#p96675"><![CDATA[
Just a comment regarding "isbotnick" vs "string equal";<br>isbotnick uses the _rfc_casecmp(const char *, const char *) c function, which honors RFC1459 extended character sets, such as { and [ are the same character in upper/lowercase. String equal does not honor such mappings, regardless of the -nocase option.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sat Apr 16, 2011 7:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2011-04-16T18:37:39-04:00</updated>

		<published>2011-04-16T18:37:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=96673#p96673</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=96673#p96673"/>
		<title type="html"><![CDATA[Displaying the number of users on channels, in a webpage.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=96673#p96673"><![CDATA[
<blockquote class="uncited"><div>...<br>What happens if you would do a '/who #channel' Doesn't that 'B' flag show up or something?</div></blockquote>If this question was directed to me,  ... Sorry,  I don't know. <br>rayvtirx would have to try it and let you know.<br><br>But I think that flag is a mode flag set on each individual user, not a channel mode flag.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Sat Apr 16, 2011 6:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2011-04-13T14:33:34-04:00</updated>

		<published>2011-04-13T14:33:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=96665#p96665</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=96665#p96665"/>
		<title type="html"><![CDATA[Displaying the number of users on channels, in a webpage.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=96665#p96665"><![CDATA[
Ah, damn typo. Was going to redo the code using cron instead of time, but changed my mind and forgot about changing there too. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>I think 'isbotnick' function either dose the lowercase transformation before comparing (honestly doubt it's this method) or ignores it completely by using 'string equal -nocase' would be one of the ways to do it (I bet my money on this one).<br><br>Now, about that +B thing, well, it's easy as you said. All you need is a raw bind for that 'Durga is a bot on irc.icq.com' notice and add the host to a exclude list, either plain file or in the bot's internal userlist.<br><br>What happens if you would do a '/who #channel' Doesn't that 'B' flag show up or something?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Wed Apr 13, 2011 2:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rayvtirx]]></name></author>
		<updated>2011-04-13T11:16:34-04:00</updated>

		<published>2011-04-13T11:16:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=96664#p96664</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=96664#p96664"/>
		<title type="html"><![CDATA[Displaying the number of users on channels, in a webpage.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=96664#p96664"><![CDATA[
doh!<br>i see, botnick is the nick of the bot this script is running on <br>oops  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed">  lol<br>its true all bots have to set +B but a whois every minute on every nick (although not a problem now) could cause problems if it ever got busy<br>ive gone back to the one you wrote its working great thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11236">rayvtirx</a> — Wed Apr 13, 2011 11:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2011-04-13T09:45:42-04:00</updated>

		<published>2011-04-13T09:45:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=96663#p96663</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=96663#p96663"/>
		<title type="html"><![CDATA[Displaying the number of users on channels, in a webpage.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=96663#p96663"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>if {"$nick" == "$botnick"} { </div></blockquote>you should use the 'isbonick' function instead, or at least either '<a href="http://www.tcl.tk/man/tcl8.5/TclCmd/string.htm#M49" class="postlink">string tolower</a>' both variables</div></blockquote>Right you are.<br>Thank you for catching this and pointing it out.<br><br>I've done this in the past, and it bit me in the butt, and I had to come back and I used string tolower to cover it.<br>(I must have a mental block... since I should know better now..sigh)<br><br>Question:<br>Does isbotnick take care of differences in case automatically?<br>I never thought to use isbotnick.....<br><blockquote class="uncited"><div>...<br>Here's my version of the code to exclude from the list:<div class="codebox"><p>Code: </p><pre><code>bind time - "* * * * *" time:webusers# Path to save text files.set webusers(file) "you/need/to/edit/this/path/web_users.txt"set webusers(count_file) "you/need/to/edit/this/path/web_users_count.txt" set webusers(exclude) "bot1 bot2 bot3 user1 user2" [/quote]I think though, that he is looking for a way for the determination to happen automatically.... without having to maintain a list of nicks manually.[quote]proc cron:webusers {min hour day month year} {[/quote]The bind time above calls [b]time[/b]:webusersTypo ?....[quote]Eventually, instead of[code][lsearch -nocase $webusers(exclude) $nick] == -1</code></pre></div>you could use:<div class="codebox"><p>Code: </p><pre><code>[matchattr [nick2hand $nick] bf #AirfixDogfighter]</code></pre></div>to exclude all users that have the <em class="text-italics">b</em> or <em class="text-italics">f</em> flag, or whatever you wish for that specific channel or some global flags.</div></blockquote>This is another form of a list that he'd have to maintain though.<br><br><br>I think that he owns the IRC server too, and requires all bots to set some mode on themselves...  is it +B ? ....<br>such that a /whois has a line like this in it:<blockquote class="uncited"><div>Durga is a bot on irc.icq.com</div></blockquote>We could do something where his bot sends a whois to each nick in the channel,  and have a raw bind that traps for whatever numeric corresponds to that line.<br><br>If by now you are thinking that it is far easier (if the list is short and doesn't change very often) to maintain a simple list manually -   I agree.<br><br>That doesn't mean that making it work automatically wouldn't be a fun project, just the for the heck of it. <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=10420">willyw</a> — Wed Apr 13, 2011 9:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2011-04-13T09:18:16-04:00</updated>

		<published>2011-04-13T09:18:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=96662#p96662</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=96662#p96662"/>
		<title type="html"><![CDATA[Displaying the number of users on channels, in a webpage.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=96662#p96662"><![CDATA[
<blockquote class="uncited"><div>...<br>edit:<br>i stopped by your channel agin and asked but noone seemed to know<br><br>...<br><br>ive tried this<div class="codebox"><p>Code: </p><pre><code>        puts $fh "[expr [llength [chanlist #AirfixDogfighter]] - $b ]"    close $fh} </code></pre></div>with the intention that it automatically ignore bots in the count_file<br>It seems to work (though i only rehashed the bot)</div></blockquote>I think I understand what you really want...   for the script to examine each of the users currently in the channel, and some how be able to determine if a given user is a bot, or not.<br><br>That's interesting.<br><br>It becomes a case of, "What are we looking for, and how to we find it?",<br>when examining whatever characteristics are available to us, for each user in the channel.<br><br>Not sure what is the best way to go about it.  We'll have to talk a bit more and think about it.    ( Have we gotten too far away from the original topic?... should you start another thread?   )<br><br>Regarding the variable you've introduced - $b  -   I don't believe that will work, as-is.   To accomplish what I believe to be your goal, is not that simple.  <br>There is only going to be one time that<br>if {"$nick" == "$botnick"}<br>is true.<br>Go here:   <a href="http://www.eggheads.org/support/egghtml/1.6.20/tcl-commands.html" class="postlink">http://www.eggheads.org/support/egghtml ... mands.html</a><br>and find the section:<br>10. Global variables<br>and see the defintion of botnick for perhaps a clearer explanation of it than I gave you.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Wed Apr 13, 2011 9:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2011-04-13T14:26:33-04:00</updated>

		<published>2011-04-13T04:19:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=96658#p96658</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=96658#p96658"/>
		<title type="html"><![CDATA[Displaying the number of users on channels, in a webpage.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=96658#p96658"><![CDATA[
<blockquote class="uncited"><div>if {"$nick" == "$botnick"} { </div></blockquote>you should use the 'isbonick' function instead, or at least either '<a href="http://www.tcl.tk/man/tcl8.5/TclCmd/string.htm#M49" class="postlink">string tolower</a>' both variables or '<a href="http://www.tcl.tk/man/tcl8.5/TclCmd/string.htm#M7" class="postlink">string equal -nocase</a>' them.<br><br>Here's my version of the code to exclude from the list:<div class="codebox"><p>Code: </p><pre><code>bind time - "* * * * *" time:webusers# Path to save text files.set webusers(file) "you/need/to/edit/this/path/web_users.txt"set webusers(count_file) "you/need/to/edit/this/path/web_users_count.txt" set webusers(exclude) "bot1 bot2 bot3 user1 user2" proc time:webusers {min hour day month year} {  global webusers  set i 0  foreach nick [chanlist #AirfixDogfighter] {    if {[isbotnick $nick] || [lsearch -nocase $webusers(exclude) $nick] == -1} continue    lappend nicklist $nick    incr i  }  set fh [open $webusers(file) "w"]  puts $fh [join $nicklist ", "]  close $fh  set fh [open $webusers(count_file) "w"]  puts $fh "$i"  close $fh}</code></pre></div>Eventually, instead of<div class="codebox"><p>Code: </p><pre><code>[lsearch -nocase $webusers(exclude) $nick] == -1</code></pre></div>you could use:<div class="codebox"><p>Code: </p><pre><code>[matchattr [nick2hand $nick] bf #AirfixDogfighter]</code></pre></div>to exclude all users that have the <em class="text-italics">b</em> or <em class="text-italics">f</em> flag, or whatever you wish for that specific channel or some global flags.<br><br>@username : When opening a file with a+ it will:<blockquote class="uncited"><div>Open the file for reading and writing. If the file does not exist, create a new empty file. Set the initial access position to the end of the file. </div></blockquote>thus no need for:<blockquote class="uncited"><div>    if {[file exists "$webusers_file"]} {<br>        set fh [open "$webusers_file" "a+"]<br>    }<br>    set fh [open "$webusers_file" "w+"] </div></blockquote>not to mention that you open a file and forgot to close it before opening it again.<br><br>Edit: fixed typo.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Wed Apr 13, 2011 4:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rayvtirx]]></name></author>
		<updated>2011-04-12T13:25:13-04:00</updated>

		<published>2011-04-12T13:25:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=96657#p96657</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=96657#p96657"/>
		<title type="html"><![CDATA[Displaying the number of users on channels, in a webpage.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=96657#p96657"><![CDATA[
lol its just a tooltip<br>but this was exactley what ive been after on a few occasions<br>the nick list excludes the nicknames of bots and the<div class="codebox"><p>Code: </p><pre><code>[chanlist #AirfixDogfighter]] - 1 ]" </code></pre></div>-1 at the end is to remove the bots count from the user_count<br>thank you very much willyw  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br>edit:<br>i stopped by your channel agin and asked but noone seemed to know<br>ive tried this<div class="codebox"><p>Code: </p><pre><code>bind time - "* * * * *" web_users# Path to save text files.set webusers_file "you/need/to/edit/this/path/web_users.txt"set webusers_count_file "you/need/to/edit/this/path/web_users_count.txt"proc web_users {min hour day month year} {global webusers_file webusers_count_file botnick       set fh [open "$webusers_file" "w+"]               set nicklist "[chanlist #AirfixDogfighter]"       set i "0"       set b "0"       foreach nick $nicklist {            if {"$nick" == "$botnick"} {                set newnicklist [lreplace $nicklist $i $i ]             incr b               }            incr i           }          puts $fh [join $newnicklist ", " ]         close $fh   set fh [open "$webusers_count_file" "w+"]        puts $fh "[expr [llength [chanlist #AirfixDogfighter]] - $b ]"    close $fh} </code></pre></div>with the intention that it automatically ignore bots in the count_file<br>It seems to work (though i only rehashed the bot)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11236">rayvtirx</a> — Tue Apr 12, 2011 1:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2011-04-12T13:12:33-04:00</updated>

		<published>2011-04-12T13:12:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=96656#p96656</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=96656#p96656"/>
		<title type="html"><![CDATA[Displaying the number of users on channels, in a webpage.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=96656#p96656"><![CDATA[
<blockquote class="uncited"><div>...<br>really all i need is a couple of text files produced one with the number of users in it and another with the usernames,<br>...<br>i can remove the bot from all but the #AirfixDogfighter channel. but the number will always include the bot - i could just -1 it in php . the usernames was  me asking if there was another kind of a string like the users one in the script that gets the usernames , again i could just preg_replace out the bots name</div></blockquote><br>For anyone following along:<br>We've chatted live online, and done some testing with his bot.<br>Below is one version of what we were working with.<br><div class="codebox"><p>Code: </p><pre><code>bind time - "* * * * *" web_users# Path to save text files.set webusers_file "you/need/to/edit/this/path/web_users.txt"set webusers_count_file "you/need/to/edit/this/path/web_users_count.txt"proc web_users {min hour day month year} {global webusers_file webusers_count_file botnick        set fh [open "$webusers_file" "w+"]                set nicklist "[chanlist #AirfixDogfighter]"    set i "0"    foreach nick $nicklist {            if {"$nick" == "$botnick"} {                set newnicklist [lreplace $nicklist $i $i ]               }            incr i           }          puts $fh [join $newnicklist ", " ]         close $fhset fh [open "$webusers_count_file" "w+"]        puts $fh "[expr [llength [chanlist #AirfixDogfighter]] - 1 ]" close $fh} </code></pre></div><br>Then, he does some magic with his web page, using the info in the files made by the bot,  and makes a very slick looking little pop up (or whatever it is called),  when you hover your mouse on his web page.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Tue Apr 12, 2011 1:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rayvtirx]]></name></author>
		<updated>2011-04-12T04:57:43-04:00</updated>

		<published>2011-04-12T04:57:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=96653#p96653</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=96653#p96653"/>
		<title type="html"><![CDATA[Displaying the number of users on channels, in a webpage.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=96653#p96653"><![CDATA[
thanks for your help<br>i have used livestats before but its a bit too much information for what i want<br>really all i need is a couple of text files produced one with the number of users in it and another with the usernames, so i can include the number/names as a tooltip, or next to,  a link in our forum. the code above i can easily change to just write a number, i can remove the bot from all but the #AirfixDogfighter channel. but the number will always include the bot - i could just -1 it in php . the usernames was  me asking if there was another kind of a string like the users one in the script that gets the usernames , again i could just preg_replace out the bots name<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11236">rayvtirx</a> — Tue Apr 12, 2011 4:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2011-04-11T20:23:27-04:00</updated>

		<published>2011-04-11T20:23:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=96650#p96650</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=96650#p96650"/>
		<title type="html"><![CDATA[Displaying the number of users on channels, in a webpage.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=96650#p96650"><![CDATA[
<blockquote class="uncited"><div>...<br>any way i could get the nicks of the users in the channel or channels?<br>and probably asking a bit much now - but perhaps a way to exclude the count of certain nicks ( a bot for example)?</div></blockquote>You reminded me of:<br><a href="http://www.kreativrauschen.com/stats.mod/" class="postlink">http://www.kreativrauschen.com/stats.mod/</a><br><br>I don't know if it will fit with what you are doing,  but it makes a "live" display.   Nicks listed, etc.<br><br>Check your messages here, for a link so you can see it online.   <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=10420">willyw</a> — Mon Apr 11, 2011 8:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rayvtirx]]></name></author>
		<updated>2011-04-11T17:42:34-04:00</updated>

		<published>2011-04-11T17:42:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=96648#p96648</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=96648#p96648"/>
		<title type="html"><![CDATA[Displaying the number of users on channels, in a webpage.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=96648#p96648"><![CDATA[
Works Great!<br>does exactly what it says on the packet - Thanks<br><a href="http://irc.mattwillett.co.uk/web_users.html" class="postlink">http://irc.mattwillett.co.uk/web_users.html</a><br>takes a couple of minutes to update but exactley what i wanted so i can show the number of users in chat on a forum.<br>any way i could get the nicks of the users in the channel or channels?<br>and probably asking a bit much now - but perhaps a way to exclude the count of certain nicks ( a bot for example)?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11236">rayvtirx</a> — Mon Apr 11, 2011 5:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Exedore]]></name></author>
		<updated>2010-07-19T06:50:30-04:00</updated>

		<published>2010-07-19T06:50:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93579#p93579</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93579#p93579"/>
		<title type="html"><![CDATA[Displaying the number of users on channels, in a webpage.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93579#p93579"><![CDATA[
Definitely works partially. I don't know if it has to do with my core (freebsd).<br>Anyway. I Apreciate your help, <strong class="text-strong">username</strong>.<br>Thanks for all.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9666">Exedore</a> — Mon Jul 19, 2010 6:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[username]]></name></author>
		<updated>2010-07-16T08:34:34-04:00</updated>

		<published>2010-07-16T08:34:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93565#p93565</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93565#p93565"/>
		<title type="html"><![CDATA[Displaying the number of users on channels, in a webpage.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93565#p93565"><![CDATA[
Thats very strange, because to count users I use statdart Eggdrop command <strong class="text-strong">chanlist</strong>, you can read about it here: <a href="http://www.eggheads.org/support/egghtml/1.6.20/tcl-commands.html" class="postlink">http://www.eggheads.org/support/egghtml ... mands.html</a><br>I dont know why there is 0 users. Try in your partyline this command: <em class="text-italics">.tcl [llength chanlist #sun]</em><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6813">username</a> — Fri Jul 16, 2010 8:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Exedore]]></name></author>
		<updated>2010-07-16T05:26:54-04:00</updated>

		<published>2010-07-16T05:26:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93562#p93562</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93562#p93562"/>
		<title type="html"><![CDATA[Displaying the number of users on channels, in a webpage.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93562#p93562"><![CDATA[
working partially...<br>it displays the first 2 channel with 0 users, when this channels have 80 each..<div class="codebox"><p>Code: </p><pre><code>#sun: 0 users (must be 80)#uruguay: 0 users (must be 83)#linux: 19 users#yuyos: 5 users#friends: 17 users</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9666">Exedore</a> — Fri Jul 16, 2010 5:26 am</p><hr />
]]></content>
	</entry>
	</feed>
