restructure configure so pkg-config derived SSL flags get used
[rofl0r-ixchat.git] / plugins / tcl / README
blobe46635ef088d72483692cc5959f43a9d755837e8
1 Please read this document before asking questions.
3 (1) WHAT IS THE TCL PLUGIN?
5     The XChat Tcl Plugin adds the complete Tcl scripting language to the
6     XChat 1.9.x and 2.x IRC client.  The design philosophy behind the tcl
7     plugin was to give all the power of the C API. yet completely shield
8     the user from all the complexities of it.  It is lightly modeled after
9     after Xircon; an old windows TCL enabled client with a little bit of
10     eggdrop functionality to it.
12     Features:
13      * Uses the popular TCL scripting language.
14      * Familiar to eggdrop bot owners.
15      * Adds many new XChat specific commands to the Tcl language for 
16        handling of events, user commands, timers, etc. 
17      * It's actually documented! (Hey, what a concept!) 
18      * Works with XChat 1.9.x and 2.x. 
19      * Open source (GPL) 
21     The supplied documentation for Tcl Plugin commands can be 
22     found in doc/tclplugin.html
23     
24     For a comprehensive list of IRC server tokens, see
25     doc/tokens.txt
28 (2) HOW TO GET TCL PLUGIN
30     You can always find the latest version of the Tcl Plugin at:
32        http://www.scriptkitties.com/tclplugin
34    You must also have Tcl 8.3 or higher installed on your system.
36      Tcl can be obtained from:
38        http://sourceforge.net/projects/tcl
39        http://tcl.activestate.com (pre-compiled binaries)
41      Tcl Man Pages
43        http://tcl.activestate.com/man/
45      Tcl Tutorials:
47        http://hegel.ittc.ukans.edu/topics/tcltk/tutorial-noplugin/
48        http://jan.netcomp.monash.edu.au/ProgrammingUnix/tcl/tcl_tut.html
49        http://users.belgacom.net/bruno.champagne/tcl.html
52 (3) QUICK STARTUP
54     SEE 'INSTALL'