diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-28 10:49:44 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-28 10:49:44 +0100 |
commit | 6a9e7bb4d349b419816891e85ae8e95c46b9d2f5 (patch) | |
tree | 8ed4ee10b38b9c1032577183b910d53a37290cb1 /plugins/tcl/README | |
parent | fe6bda343b10909d9f5b6a3e1ac4b232f1875411 (diff) |
Further doc relocations and conversions
Diffstat (limited to 'plugins/tcl/README')
-rw-r--r-- | plugins/tcl/README | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/plugins/tcl/README b/plugins/tcl/README deleted file mode 100644 index e46635ef..00000000 --- a/plugins/tcl/README +++ /dev/null @@ -1,55 +0,0 @@ -Please read this document before asking questions. - -(1) WHAT IS THE TCL PLUGIN? - - The XChat Tcl Plugin adds the complete Tcl scripting language to the - XChat 1.9.x and 2.x IRC client. The design philosophy behind the tcl - plugin was to give all the power of the C API. yet completely shield - the user from all the complexities of it. It is lightly modeled after - after Xircon; an old windows TCL enabled client with a little bit of - eggdrop functionality to it. - - Features: - * Uses the popular TCL scripting language. - * Familiar to eggdrop bot owners. - * Adds many new XChat specific commands to the Tcl language for - handling of events, user commands, timers, etc. - * It's actually documented! (Hey, what a concept!) - * Works with XChat 1.9.x and 2.x. - * Open source (GPL) - - The supplied documentation for Tcl Plugin commands can be - found in doc/tclplugin.html - - For a comprehensive list of IRC server tokens, see - doc/tokens.txt - - -(2) HOW TO GET TCL PLUGIN - - You can always find the latest version of the Tcl Plugin at: - - http://www.scriptkitties.com/tclplugin - - You must also have Tcl 8.3 or higher installed on your system. - - Tcl can be obtained from: - - http://sourceforge.net/projects/tcl - http://tcl.activestate.com (pre-compiled binaries) - - Tcl Man Pages - - http://tcl.activestate.com/man/ - - Tcl Tutorials: - - http://hegel.ittc.ukans.edu/topics/tcltk/tutorial-noplugin/ - http://jan.netcomp.monash.edu.au/ProgrammingUnix/tcl/tcl_tut.html - http://users.belgacom.net/bruno.champagne/tcl.html - - -(3) QUICK STARTUP - - SEE 'INSTALL' - |