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

	<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>2005-01-30T22:34:10-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-01-30T22:34:10-04:00</updated>

		<published>2005-01-30T22:34:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45993#p45993</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45993#p45993"/>
		<title type="html"><![CDATA[HI Can we combine different Tcl scripts in one file???]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45993#p45993"><![CDATA[
You can combine 1000 scripts into 1 file or as many as you like since TCL is just a piece of clear text code. You can also load them into the .conf file anywhere, probobaly at the bottom, since it serves the same purpose.<br><br>I have around 500kb tcls, so its easy for me if I have all combined in one file (which I use), If I want to edit something in a script I open my huge tcl script  file and save or download it edit it and save, rather than editing each invidually. With this I can edit other scripts at the same time which might be clashing if I editied another.<br><br>Doesn't make your bot much faster, however if you have more scripts loaded the ones loaded first would in my case probobaly be reacting first, I mean the binds, but that is in say micro or milli-seconds and we can neglect those.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sun Jan 30, 2005 10:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Bingooss]]></name></author>
		<updated>2005-01-30T16:24:31-04:00</updated>

		<published>2005-01-30T16:24:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45976#p45976</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45976#p45976"/>
		<title type="html"><![CDATA[HI Can we combine different Tcl scripts in one file???]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45976#p45976"><![CDATA[
Thanks for the guidance...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5459">Bingooss</a> — Sun Jan 30, 2005 4:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-01-30T15:58:06-04:00</updated>

		<published>2005-01-30T15:58:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45974#p45974</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45974#p45974"/>
		<title type="html"><![CDATA[HI Can we combine different Tcl scripts in one file???]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45974#p45974"><![CDATA[
I don't think it'd be faster if you load the scripts all in one file, I think it's the same. You can also paste the scripts directly into you conf file and they all should work properly. But there's no need to do that in my opinion.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Jan 30, 2005 3:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2005-01-30T15:32:00-04:00</updated>

		<published>2005-01-30T15:32:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45971#p45971</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45971#p45971"/>
		<title type="html"><![CDATA[Re: HI Can we combine different Tcl scripts in one file???]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45971#p45971"><![CDATA[
<blockquote class="uncited"><div>Hi<br><br>I want to ask one thing , i use 8,9 tcl scripts on my eggdrop, but one of my friend told me that if we put all those scripts in one file and load that file for eggdrop , the eggdrop is more quicker and faster, i tried that and combined all the scripts in one file, by simply copy pasting all the scripts, but when i run that file, that file was properly loaded in the eggdrop ,but few of the scripts stopped working. Can anyone of you tell me, is this way suitable, and if it is suitable what can be the reason for few scripts that they stopped working. Waiting for a reply from experts..<br><br>Regards...<br><br>Bingooss</div></blockquote>this is not true depends only on the efficientie of the script. how can the same code be faster using one file instead of more, it doesn't matter it might load a bit faster but nothing that you would notice i suppose, just leave the scripts as they are and tell your friend when he gives advice that he should be sur what he is talking about or you that you understand it right... <br><br>alll that this could accomplish is that it loads quicker in te beginning but thats it and where talking microseconds not something noticable..<br><br>unless you rewrite code and make it more efficient, the scripts will never run any faster as they allready do !!, ok if you talk hardware and so on but still ..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Sun Jan 30, 2005 3:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Bingooss]]></name></author>
		<updated>2005-01-30T14:09:49-04:00</updated>

		<published>2005-01-30T14:09:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45969#p45969</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45969#p45969"/>
		<title type="html"><![CDATA[HI Can we combine different Tcl scripts in one file???]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45969#p45969"><![CDATA[
Hi<br><br>I want to ask one thing , i use 8,9 tcl scripts on my eggdrop, but one of my friend told me that if we put all those scripts in one file and load that file for eggdrop , the eggdrop is more quicker and faster, i tried that and combined all the scripts in one file, by simply copy pasting all the scripts, but when i run that file, that file was properly loaded in the eggdrop ,but few of the scripts stopped working. Can anyone of you tell me, is this way suitable, and if it is suitable what can be the reason for few scripts that they stopped working. Waiting for a reply from experts..<br><br>Regards...<br><br>Bingooss<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5459">Bingooss</a> — Sun Jan 30, 2005 2:09 pm</p><hr />
]]></content>
	</entry>
	</feed>
