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

	<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-04-14T16:13:21-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-04-14T16:13:21-04:00</updated>

		<published>2003-04-14T16:13:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19080#p19080</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19080#p19080"/>
		<title type="html"><![CDATA[i need a tcl file to:]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19080#p19080"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set status(file) "status.txt"set status(chan) "#channel"bind time - * chan:statusproc chan:status {args} {  if {![validchan $::status(chan)]} {    putlog "\002Warning!\002 Invalid channel $::status(chan).. Please replace it!"    return  }  set file [open $::status(file) w]  puts $file "Current $::status(chan) users: [llength [chanlist [string tolower $::status(chan)]]]"  catch {close $file}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Apr 14, 2003 4:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-04-14T13:48:41-04:00</updated>

		<published>2003-04-14T13:48:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19074#p19074</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19074#p19074"/>
		<title type="html"><![CDATA[i need a tcl file to:]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19074#p19074"><![CDATA[
try searching in the tcl archive, or why not trying to make it yourself? <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=852">Papillon</a> — Mon Apr 14, 2003 1:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[matt2kjones]]></name></author>
		<updated>2003-04-14T13:41:33-04:00</updated>

		<published>2003-04-14T13:41:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19073#p19073</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19073#p19073"/>
		<title type="html"><![CDATA[i need a tcl file to:]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19073#p19073"><![CDATA[
I need a tcl file, which every minute, writes to a text file how many users are in the chat room the bot is connected in.<br><br>If anyone could do that for me, or could direct me to a pre made script then that wold be great<br><br>Thanx <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=2662">matt2kjones</a> — Mon Apr 14, 2003 1:41 pm</p><hr />
]]></content>
	</entry>
	</feed>
