This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Tcl and help related links

Issues often discussed about Tcl scripting. Check before posting a scripting question.
Post Reply
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Tcl and help related links

Post by ppslim »

Here is a selection of links, that should give you an idea of places to go, when you need to start programing in Tcl, learning more about the commands provided by eggdrop/Tcl and more advanced areas.

One of the better things you can do, is to have a overall goal. once you have this, look at scripts, that do similar tasks to what you may do, or involve tasks that yours will. You can get a feel for how yours will operate from this.

http://dmoz.org/C.../IRC/Bots/Eggdrop/* - Selection of sites, related to eggdrop and Tcl scripts.

http://www.tcl.tk/man/... - Tcl manual pages. Lists all the commands available in Tcl, as a core default.

http://suninet.the-demon.de/ - One of the best guides to coding in Tcl, and heavily focused on using it in eggdrop.

If you are looking for some advanced functions, including FTP access, e-mail send and receive, and some other advanced statistical and storage functions, these links may help.

http://tcllib.sourceforge.net/ - TclLIB homepage. Provides a selection of packages, designed for some advanced programming needs.

For newsgroup (USENET) help, you can take a look at alt.irc.bots.eggdrop(google viewer).

There are some other Tcl archives and so on in the Links section of Egghelp.org, and lists of IRC Channels that may be able to help you.

If you wish to add one to the list, simply make a reply, and I will accommodate it.

* I am affiliated with this Dmoz.org category.

Post updated today July 20, 2010.
s
spock
Master
Posts: 319
Joined: Thu Dec 12, 2002 8:40 pm

Post by spock »

i bet people would find mc_8's site helpful as well:

http://mc.purehype.net/faq/?view=56 (link dead)
photon?
w
willyw
Revered One
Posts: 1197
Joined: Thu Jan 15, 2009 12:55 am

Re: Tcl and help related links

Post by willyw »

ppslim wrote:Here is a selection of links, that should give you an idea of places to go, when you need to start programing in Tcl, learning more about the commands provided by eggdrop/Tcl and more afvanced areas.

...

http://www.suninet.nl/tclguide/ - One of the best guides to coding in Tcl, and heavily focused on using it in eggdrop.
It is here now: http://suninet.the-demon.de/
and it is still very good. :)
Post Reply