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

	<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>2007-08-28T20:59:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-08-28T20:59:30-04:00</updated>

		<published>2007-08-28T20:59:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75543#p75543</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75543#p75543"/>
		<title type="html"><![CDATA[want to store variabels on disk and in memory at same time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75543#p75543"><![CDATA[
I'd say it'd be easier to use the <a href="http://www.tcl.tk/man/tcl8.4/TclCmd/trace.htm" class="postlink">trace</a>-command if it's a limited set of variables. This would also cover all other commands that affect variables, as there are more than just "set" and "variable"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Tue Aug 28, 2007 8:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2007-08-28T17:26:51-04:00</updated>

		<published>2007-08-28T17:26:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75533#p75533</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75533#p75533"/>
		<title type="html"><![CDATA[want to store variabels on disk and in memory at same time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75533#p75533"><![CDATA[
I don't think its been done already, but a simple rename on the variable/set proc and add in a regexp check maybe (to check syntax + check namespace if used), then save to your file and set the var.<br><br>On bot loadup, just load the contents of the file instead of accessing it and then keeping it in memory, it would cause more hassle checking if the var does not exist in both cases if you know what i mean.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Tue Aug 28, 2007 5:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sKy]]></name></author>
		<updated>2007-08-28T17:10:46-04:00</updated>

		<published>2007-08-28T17:10:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75531#p75531</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75531#p75531"/>
		<title type="html"><![CDATA[want to store variabels on disk and in memory at same time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75531#p75531"><![CDATA[
I could write this myself, but because i don`t want to reinvent the wheel if not needed. I am asking here if what I want to do is already done.<br><br>I want to store variables inside the memory but them shall be permanently saved on harddisk also. Each time I modify a variable or restart the bot this variable shall be read from a file on harddisk. If I just want to read them, them shall be in memory for faster access.<br><br>Any idea?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6101">sKy</a> — Tue Aug 28, 2007 5:10 pm</p><hr />
]]></content>
	</entry>
	</feed>
