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

	<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-03-23T15:37:01-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-03-23T09:34:29-04:00</updated>

		<published>2007-03-23T09:34:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71535#p71535</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71535#p71535"/>
		<title type="html"><![CDATA[[SOLVED] [TCL] Released v103 help!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71535#p71535"><![CDATA[
The coder left those lines as examples expecting (erroneously) that the person using the script would figure it out.<br><br>You dictate where the file (released.dat) should go.<br><br>The following places it in your windrop folder:<div class="codebox"><p>Code: </p><pre><code>set released(datafile) "./released.dat"</code></pre></div>Note: Delete all other references to "released(datafile)" as (previously explained) you just need the one reference.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Mar 23, 2007 9:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bleh1234]]></name></author>
		<updated>2007-03-23T09:23:13-04:00</updated>

		<published>2007-03-23T09:23:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71533#p71533</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71533#p71533"/>
		<title type="html"><![CDATA[[SOLVED] [TCL] Released v103 help!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71533#p71533"><![CDATA[
Well that is what i thought also but those .dat files aren't created.<br><div class="codebox"><p>Code: </p><pre><code># Location of the file to store data in.# Location of the file to store data in.set released(datafile) "/usr/home/ladysin/released.dat"set released(datafile) "/home/flirtbot/released.dat" </code></pre></div>There are 2 lines but why need 2?<br><br>this is what i did, just to get that .dat file appear<br><div class="codebox"><p>Code: </p><pre><code># Location of the file to store data in.# Location of the file to store data in.set released(datafile) "released.dat"set released(datafile) "released.dat" ***NOT WORKING# Location of the file to store data in.# Location of the file to store data in.# set released(datafile) "released.dat"set released(datafile) "./released.dat" ***STILL NOTHING</code></pre></div>This i didn't get also so i leaved it that way<br><div class="codebox"><p>Code: </p><pre><code>#Elviraaset released(datafile) "~/released.dat"</code></pre></div>Starting eggdrop/windrop doesn't gave any error ?¿?¿?¿<br><br>Gonna try it again later today, such a simple script can't be a big problem probably a typo <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8842">bleh1234</a> — Fri Mar 23, 2007 9:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-03-22T20:43:45-04:00</updated>

		<published>2007-03-22T20:43:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71500#p71500</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71500#p71500"/>
		<title type="html"><![CDATA[[SOLVED] [TCL] Released v103 help!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71500#p71500"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># Location of the file to store data in.# Location of the file to store data in.set released(datafile) "/usr/home/ladysin/released.dat"set released(datafile) "/home/flirtbot/released.dat"#Elviraaset released(datafile) "~/released.dat"</code></pre></div><em class="text-italics">One</em> variable is all that is required and if (the script is) properly configured it should function as expected.<br><br>Hint:<div class="codebox"><p>Code: </p><pre><code>./directory/released.dat</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Mar 22, 2007 8:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bleh1234]]></name></author>
		<updated>2007-03-23T15:37:01-04:00</updated>

		<published>2007-03-22T20:14:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71497#p71497</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71497#p71497"/>
		<title type="html"><![CDATA[[SOLVED] [TCL] Released v103 help!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71497#p71497"><![CDATA[
Hi all,<br><br>first post and as always with a problem.<br><br>I tryed to use Released v103 in script archive but for some reason i can't get it to work on windrop.<br><br>Maybe some1 can explain how it need to be properly installed or knows a better script that does the same?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8842">bleh1234</a> — Thu Mar 22, 2007 8:14 pm</p><hr />
]]></content>
	</entry>
	</feed>
