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

	<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>2003-02-11T16:51:29-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-02-11T16:51:29-04:00</updated>

		<published>2003-02-11T16:51:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16458#p16458</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16458#p16458"/>
		<title type="html"><![CDATA[FAQ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16458#p16458"><![CDATA[
Like I said, there isn't more more that can be said, other than specific questions.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Feb 11, 2003 4:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-02-11T16:41:08-04:00</updated>

		<published>2003-02-11T16:41:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16456#p16456</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16456#p16456"/>
		<title type="html"><![CDATA[FAQ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16456#p16456"><![CDATA[
Like I've said: "can be found in the TCL manual."<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Feb 11, 2003 4:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-02-11T15:08:26-04:00</updated>

		<published>2003-02-11T15:08:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16453#p16453</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16453#p16453"/>
		<title type="html"><![CDATA[FAQ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16453#p16453"><![CDATA[
None of these need examples.<br><br>The Tcl manual gives more than enough information. You simply have to cross referance to other material, to understand the definition of som things.<br><br>IE, it asks for a "list", so you look at the list command to see what is going on.<br><br>lrange, lindex, lsort, list, lappend and lsearch are all list commands. SO long as you know what is a list, and what isn't, you should know when to use them.<br><br>The clock command doesn't need examples wither, and most of it is self explanitory. However, ti does give detailed information on this in the Tcl manual.<br><br>Working with file in Tcl, is no different to working with files on the shell. However, with a script, you are blind (IE, if it's automated, and designed to rename, delete, copy or move files, you can't allways see what action is taking place).<br><br>HTTP connection are pretty simple too. SO long as the package is loaded, you pass it a URL, obtain a HTTP_ID and you can get all the data you need. There are a few advanced commands, to format query strings correctly, and some stuff to help create non-blocking script (IE - the bto won't timeout). The only thing you need to watch our for, is that you clean up after yoru script, otherwise you end up with a lot of wasted memory being eaten by your bot.<br><br>Http and file command are the hardest out of the lot above, and if there are any specific questions abotut hem (most of you own have been about whole sections), feel free to ask.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Feb 11, 2003 3:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-02-11T14:09:17-04:00</updated>

		<published>2003-02-11T14:09:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16444#p16444</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16444#p16444"/>
		<title type="html"><![CDATA[FAQ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16444#p16444"><![CDATA[
Well I have some things I would like some examples, but can be found in the TCL manual. Anyway, a example for: lrange, expr, lindex, clock, working with files, a http connection.. and more like this.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Feb 11, 2003 2:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-02-11T13:13:17-04:00</updated>

		<published>2003-02-11T13:13:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16441#p16441</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16441#p16441"/>
		<title type="html"><![CDATA[FAQ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16441#p16441"><![CDATA[
well it seems like alot of people have problems with linking bots, sharing userfile etc...<br>perhapse make a topic about this?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Tue Feb 11, 2003 1:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-02-11T13:06:22-04:00</updated>

		<published>2003-02-11T13:06:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16438#p16438</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16438#p16438"/>
		<title type="html"><![CDATA[FAQ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16438#p16438"><![CDATA[
Isn't that what a FAQ is for.<br>[/SARCASM]<br><br>It's all well and good leaving us to post the FAQ's for you all, however, we can't do all the work. If you can sugest sme topics that warrent action, then say so.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Feb 11, 2003 1:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-02-11T11:23:27-04:00</updated>

		<published>2003-02-11T11:23:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16433#p16433</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16433#p16433"/>
		<title type="html"><![CDATA[FAQ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16433#p16433"><![CDATA[
There should be the most common tips and questions, examples and.. stuff. Hope you'll find time and post something there. I'm allways on the look for new tricks and stuff. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Feb 11, 2003 11:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-02-11T11:17:41-04:00</updated>

		<published>2003-02-11T11:17:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16431#p16431</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16431#p16431"/>
		<title type="html"><![CDATA[FAQ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16431#p16431"><![CDATA[
No - it's sorta, you know, hmm, in, limbo.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> <br><br>I have many a time started to doctor some threads together, but lost the time to finish them (about 6 or 7 threads I have done this to), I have also said I will add one of two of them, and again never got around to it.<br><br>If you have any sugestions for the FAQ, I will see about getting at least one more up <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Feb 11, 2003 11:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-02-11T10:41:28-04:00</updated>

		<published>2003-02-11T10:41:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16428#p16428</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16428#p16428"/>
		<title type="html"><![CDATA[FAQ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16428#p16428"><![CDATA[
What happend with the "Frequently Asked Questions" project? Was droped or something like this?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Feb 11, 2003 10:41 am</p><hr />
]]></content>
	</entry>
	</feed>
