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

	<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-01-23T20:33:02-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2004-01-23T20:33:02-04:00</updated>

		<published>2004-01-23T20:33:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32816#p32816</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32816#p32816"/>
		<title type="html"><![CDATA[data loss]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32816#p32816"><![CDATA[
never mind stupid me i noticed what is wrong grrrrrr i am realy getting tired should get some sleep lol<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Fri Jan 23, 2004 8:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2004-01-23T20:31:40-04:00</updated>

		<published>2004-01-23T20:31:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32815#p32815</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32815#p32815"/>
		<title type="html"><![CDATA[data loss]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32815#p32815"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>  if {[file exists $::pubscript(usrlist)]} {    set pubscript(rfile) [open "$::pubscript(usrlist)" "r"]    set pubscript(read) [read $pubscript(rfile)]    close $pubscript(rfile)    set pubscript(wfile) [open "$::pubscript(usrlist)" "w"]    foreach line [split $pubscript(read) \n] {      if {![string match {} [lindex $line 0]]} {        puts "$line"      }    }    close $pubscript(wfile)  }</code></pre></div>I know it can be done mutch simpeler but could someone point me out what is wrong with this cause it seems that everytime i do this that all data is lost been staring hours at hit but just can't put my finger on it ..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Fri Jan 23, 2004 8:31 pm</p><hr />
]]></content>
	</entry>
	</feed>
