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

	<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>2009-01-07T09:12:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[incith]]></name></author>
		<updated>2009-01-07T09:12:38-04:00</updated>

		<published>2009-01-07T09:12:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86769#p86769</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86769#p86769"/>
		<title type="html"><![CDATA[i think im in the right place! need script help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86769#p86769"><![CDATA[
<blockquote class="uncited"><div>I started scripting by reading other scripts, and using them as kind of template when writing my first own scripts...<br><br>Whenever I needed something I didnt know how to do, I looked in scripts I had, and tried to understand it...it is imho the best way of learning TCL, but it takes long ;D</div></blockquote>This is a really good approach.  If I can add to this, when you are copying commands and code and etc, make sure you go look at the command in the Tcl commands.  Learn what that command can do and what its arguments are etc, once you start remembering the commands and re-using them, learning a basic format, it will start to flow.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6130">incith</a> — Wed Jan 07, 2009 9:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nimos]]></name></author>
		<updated>2009-01-07T07:22:08-04:00</updated>

		<published>2009-01-07T07:22:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86762#p86762</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86762#p86762"/>
		<title type="html"><![CDATA[i think im in the right place! need script help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86762#p86762"><![CDATA[
I started scripting by reading other scripts, and using them as kind of template when writing my first own scripts...<br><br>Whenever I needed something I didnt know how to do, I looked in scripts I had, and tried to understand it...it is imho the best way of learning TCL, but it takes long ;D<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9877">Nimos</a> — Wed Jan 07, 2009 7:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arfer]]></name></author>
		<updated>2009-01-06T19:13:50-04:00</updated>

		<published>2009-01-06T19:13:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86751#p86751</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86751#p86751"/>
		<title type="html"><![CDATA[i think im in the right place! need script help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86751#p86751"><![CDATA[
I agree with incith. Much research using the likes of Google will be better in getting you started than a minimalistic answer we could provide here. Nonetheless, you will need the following things :-<br><br>1. A reference page for core Tcl, as follows assuming tcl8.4 :-<br><br><a href="http://www.tcl.tk/man/tcl8.4/TclCmd/contents.htm" class="postlink">http://www.tcl.tk/man/tcl8.4/TclCmd/contents.htm</a><br><br>2. A reference page for Eggdrop Tcl, as follows assuming eggdrop1.6.19 :-<br><br><a href="http://www.eggheads.org/support/egghtml/1.6.19/tcl-commands.html" class="postlink">http://www.eggheads.org/support/egghtml ... mands.html</a><br><br>3. A competent text editor (I advise avoiding notepad or wordpad if you are working in windows) :-<br><br><a href="http://www.editpadpro.com/editpadlite.html" class="postlink">http://www.editpadpro.com/editpadlite.html</a><br><a href="http://www.activestate.com/komodo_edit/" class="postlink">http://www.activestate.com/komodo_edit/</a><br><br>Both are free. The former would be a good place to start but is only a text editor which offers no help with syntax. The latter (Komodo Edit) is much more functional in that it will show errors in core Tcl syntax. The latest versions of Komodo Edit are tricky to install because the Tcl Linter (the bit that does the syntax checking) needs to be installed seperately. Hence stick to a basic text editor to get you started.<br><br>4. A basic Eggdrop Tcl tutorial such as :-<br><br><a href="http://suninet.the-demon.de/index.htm" class="postlink">http://suninet.the-demon.de/index.htm</a><br><br><br>Good Luck!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5705">arfer</a> — Tue Jan 06, 2009 7:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[incith]]></name></author>
		<updated>2009-01-06T00:31:51-04:00</updated>

		<published>2009-01-06T00:31:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86745#p86745</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86745#p86745"/>
		<title type="html"><![CDATA[i think im in the right place! need script help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86745#p86745"><![CDATA[
<a href="http://letmegooglethatforyou.com/?q=tcl" class="postlink">http://letmegooglethatforyou.com/?q=tcl</a><br><a href="http://letmegooglethatforyou.com/?q=tcl+commands" class="postlink">http://letmegooglethatforyou.com/?q=tcl+commands</a><br><a href="http://letmegooglethatforyou.com/?q=eggdrop+tcl" class="postlink">http://letmegooglethatforyou.com/?q=eggdrop+tcl</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6130">incith</a> — Tue Jan 06, 2009 12:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[IRC_MAC]]></name></author>
		<updated>2009-01-05T22:04:17-04:00</updated>

		<published>2009-01-05T22:04:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86744#p86744</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86744#p86744"/>
		<title type="html"><![CDATA[i think im in the right place! need script help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86744#p86744"><![CDATA[
<strong class="text-strong">I am requested by my group to write a tcl script for our eggdrop bot. i was wondering? where do i start and what do i start reading? I need this bot to either do alot of things or make lots of bots, I dont know. i never wrote anything like this before. so what you say guys? can you help me? should i tel you what kind of tcl sripts i need. so you know what i have to read? or are all commands pretty basic and straight forward? where do i get a list of all the commands for tcl scripting? am i even asking the right questions? i told you i need help!!</strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10360">IRC_MAC</a> — Mon Jan 05, 2009 10:04 pm</p><hr />
]]></content>
	</entry>
	</feed>
