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

	<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>2024-02-21T10:05:35-04:00</updated>

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

		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2024-02-21T10:05:35-04:00</updated>

		<published>2024-02-21T10:05:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112589#p112589</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112589#p112589"/>
		<title type="html"><![CDATA[Re: Look for tutorial]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112589#p112589"><![CDATA[
<blockquote class="uncited"><div>...<br>  I'm a newcomer to the world of Tcl scripting </div></blockquote>Welcome !    <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><blockquote class="uncited"><div>and excited to delve into this fascinating realm. </div></blockquote>It sure is.<br><blockquote class="uncited"><div>Any recommendations for beginner-friendly resources, tutorials, or best practices to kickstart my journey?</div></blockquote>Yep.   <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>This is old.   No matter.  It is still a nice tutorial.  Takes the newcomer by the hand, and starts from nothing.<br>It's a little step-by-step course.<br>Start at the beginning, and go through it.   Stop often, and go try whatever you think that you have just learned.   That is:<br>have a bot running already somewhere, that you can load practice scripts on.   Have it in some channel where there is only you and the bot.   <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">   That way, you won't bother anybody when you crash it.   ( Don't ask me how I know.   <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink">   )<br><a href="http://suninet.the-demon.de/" class="postlink">http://suninet.the-demon.de/</a><br><br>Next -  understand that TCL is really a stand alone scripting language.  Eggdrop just uses it.   Thus, the eggdrop people have sort of added to it, with some eggdrop specific commands.    <br>Here they are:<br><a href="https://docs.eggheads.org/using/tcl-commands.html" class="postlink">https://docs.eggheads.org/using/tcl-commands.html</a><br><br>And here is the rest of TCL :<br><a href="https://www.tcl.tk/man/tcl8.6/TclCmd/contents.html" class="postlink">https://www.tcl.tk/man/tcl8.6/TclCmd/contents.html</a><br><br>Remember when I said, above, to write practice scripts?   Here's another suggestion:   Have both of those links above open in tabs, ready for quick searching and reference.   If I get involved, I still do this!    I don't even try to keep it all in my head.   Or rather, I don't trust what I have in my head.    <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">   <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><blockquote class="uncited"><div> Also, are there any common pitfalls I should be aware of as a newbie?</div></blockquote>Probably oodles of them.    But they come up either in back-n-forth chat or posts here, and in writing/debugging your little practice scripts.<br>So -  stick around!   Bring your questions here to this forum.    Make a good clear post describing your snag, and somebody will share their experiences with you.    <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>When you get to the point where you are saying:  "That's nice... but I wish that I could make my bot ___________"  &lt;&lt;&lt;(Fill in the blank)<br>That's when you are hooked!     <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Have fun !<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Wed Feb 21, 2024 10:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-02-21T03:10:50-04:00</updated>

		<published>2024-02-21T03:10:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112584#p112584</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112584#p112584"/>
		<title type="html"><![CDATA[Re: Look for tutorial]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112584#p112584"><![CDATA[
Hello and welcome.<br>You can use <a href="https://docs.eggheads.org/tutorials/firstscript.html" class="postlink">https://docs.eggheads.org/tutorials/firstscript.html</a> to begin and learn the basics precepts of scripting for eggdrop. And you can also bookmark the "Tcl commands for eggdrop" page which is the bible <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>There is no real "user friendly" doc, but you can alway ask us if you're stopped on a particular point or just need help.<br><br>The first advice I can give you is to have a project, and not a too big one.<br>The second is to see how other scripts works, try to understand them and try to modify <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=691">CrazyCat</a> — Wed Feb 21, 2024 3:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[MikeDennis]]></name></author>
		<updated>2024-02-21T02:15:13-04:00</updated>

		<published>2024-02-21T02:15:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112583#p112583</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112583#p112583"/>
		<title type="html"><![CDATA[Look for tutorial]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112583#p112583"><![CDATA[
Hey Tcl scripting community!  I'm a newcomer to the world of Tcl scripting and excited to delve into this fascinating realm. Any recommendations for beginner-friendly resources, tutorials, or best practices to kickstart my journey? Also, are there any common pitfalls I should be aware of as a newbie?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13127">MikeDennis</a> — Wed Feb 21, 2024 2:15 am</p><hr />
]]></content>
	</entry>
	</feed>
