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

	<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-08-28T13:22:01-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-08-28T13:22:01-04:00</updated>

		<published>2003-08-28T13:22:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25837#p25837</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25837#p25837"/>
		<title type="html"><![CDATA[A status.html tcl script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25837#p25837"><![CDATA[
I haven't seen one but it's easy to start toing one, all you need in the first place are the stuff you want to be displayed in that .html file. Next step is coding this thing, is not hard and even not so complicated. To open the .html file, suposing you want it to *refresh* the old page not to make a new one, use something like:<div class="codebox"><p>Code: </p><pre><code>set file [open index.html a+]puts $file "some text"close $file</code></pre></div>and voila.. the .html page was generated <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=187">caesar</a> — Thu Aug 28, 2003 1:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[panazonic]]></name></author>
		<updated>2003-08-28T11:36:07-04:00</updated>

		<published>2003-08-28T11:36:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25836#p25836</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25836#p25836"/>
		<title type="html"><![CDATA[A status.html tcl script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25836#p25836"><![CDATA[
Does anyone have a Tcl script that makes a html file of the status of the bot?<br><br>Like the channels the bot is on and/or the status of the userlist and things like that?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2705">panazonic</a> — Thu Aug 28, 2003 11:36 am</p><hr />
]]></content>
	</entry>
	</feed>
