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

	<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>2002-12-24T00:38:11-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Gothic-Angel]]></name></author>
		<updated>2002-12-24T00:38:11-04:00</updated>

		<published>2002-12-24T00:38:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14549#p14549</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14549#p14549"/>
		<title type="html"><![CDATA[Writting a new line in a file using &quot;puts&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14549#p14549"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind notc - "*\[VERBOSE\]*" verbose proc verbose {nick uhost hand text dest} { putlog "Verbose logged by $nick and was $text" set file "verb.txt" set fs [open $file a+] puts $fs "$nick $text" close $fs </code></pre></div>Ok works fine now, heheh  This logs Verbose to Verb.txt<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1949">Gothic-Angel</a> — Tue Dec 24, 2002 12:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gothic-Angel]]></name></author>
		<updated>2002-12-24T00:29:33-04:00</updated>

		<published>2002-12-24T00:29:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14548#p14548</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14548#p14548"/>
		<title type="html"><![CDATA[Writting a new line in a file using &quot;puts&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14548#p14548"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind notc - "*\[VERBOSE\]*" verbose  proc verbose {nick uhost hand text dest} { putlog "Verbose logged by $nick and was $text"set file "verb.txt"set fs [open $file w]puts $fs "$nick $text"close $fs}</code></pre></div>Ok well so far so good, however in verb.txt it only writes to line 1 and overwrites anything in line 1. So I only see the last thing done. Id like for it to log each one to a seperate line.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1949">Gothic-Angel</a> — Tue Dec 24, 2002 12:29 am</p><hr />
]]></content>
	</entry>
	</feed>
