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

	<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>2004-12-10T16:53:04-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-10T16:53:04-04:00</updated>

		<published>2004-12-10T16:53:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43834#p43834</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43834#p43834"/>
		<title type="html"><![CDATA[help needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43834#p43834"><![CDATA[
wisely said, spock<div class="codebox"><p>Code: </p><pre><code>bind time - * countchanproc countchan {m h d mo y} {  set f [open file.txt w]  puts $f [llength [chanlist #yourchan]]  close $f}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Dec 10, 2004 4:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2004-12-10T16:46:37-04:00</updated>

		<published>2004-12-10T16:46:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43833#p43833</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43833#p43833"/>
		<title type="html"><![CDATA[help needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43833#p43833"><![CDATA[
countusers is an existing tcl command so its probably a good idea to give the proc a different name<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Fri Dec 10, 2004 4:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-10T16:33:29-04:00</updated>

		<published>2004-12-10T16:33:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43832#p43832</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43832#p43832"/>
		<title type="html"><![CDATA[help needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43832#p43832"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind time - * countusersproc countusers {m h d mo y} {  set f [open file.txt w]  puts $f [llength [chanlist #yourchan]]  close $f }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Dec 10, 2004 4:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[floid]]></name></author>
		<updated>2004-12-10T16:26:29-04:00</updated>

		<published>2004-12-10T16:26:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43831#p43831</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43831#p43831"/>
		<title type="html"><![CDATA[help needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43831#p43831"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>set f [open file.txt w]puts $f [llength [chanlist #yourchan]]close $f</code></pre></div></div></blockquote>thanks!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> can you also expand the script, so that is automatically updates the file every minute? thanks a lot in advance!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5767">floid</a> — Fri Dec 10, 2004 4:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-10T16:15:37-04:00</updated>

		<published>2004-12-10T16:15:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43830#p43830</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43830#p43830"/>
		<title type="html"><![CDATA[help needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43830#p43830"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set f [open file.txt w]puts $f [llength [chanlist #yourchan]]close $f</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Dec 10, 2004 4:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[floid]]></name></author>
		<updated>2004-12-10T15:54:51-04:00</updated>

		<published>2004-12-10T15:54:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43829#p43829</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43829#p43829"/>
		<title type="html"><![CDATA[help needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43829#p43829"><![CDATA[
I need a very simple script, it would be great if somebody could help me out: The script should write the current number of users in a certain channel to a text file.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5767">floid</a> — Fri Dec 10, 2004 3:54 pm</p><hr />
]]></content>
	</entry>
	</feed>
