summary refs log tree commit diff stats
path: root/src/htm
AgeCommit message (Expand)Author
2015-10-10Use VS 2015Arnavion
2015-02-11Better project files.Arnavion
2014-01-29Respect verbosity setting when building htmTingPing
2013-08-28BUILD: use thememan.in instead of Makefile echohasufell
2013-08-28BUILD: don't hardcode the install path in the scripthasufell
2013-08-28BUILD: fix quoting issuehasufell
2013-08-28BUILD: add --with-theme-manager configure optionhasufell
2013-04-10Delete left over themesTingPing
2013-04-01Remove another bunch of obsolete junkBerke Viktor
2013-03-31Use C# style license commentsBerke Viktor
2013-03-31Revert "Cosmetics"Berke Viktor
2013-03-31CosmeticsBerke Viktor
2013-03-31Supposed fix for license issuesBerke Viktor
2013-03-03HTM was throwing an exception for ReadOnly files.museun
2012-12-23fix incorrect FSF addressDan Mashal
2012-11-04Move build files out of the source tree, make grep usage much easierBerke Viktor
2012-10-04Add Mono project for HTMArnav Singh
2012-10-04Remove unused references 2 (TingPing)Berke Viktor
2012-10-04Remove unused references (TingPing)Berke Viktor
2012-10-04Add note about special folderBerke Viktor
2012-10-04Fix HTM config dir handling both on Windows and UnixBerke Viktor
2012-10-02Fix release path for HTM, C# projects don't support property sheets to use a ...Berke Viktor
2012-07-20Be consistent about capsBerke Viktor
2012-07-19more branding changesxhmikosr
2012-07-14remove a few more *.user filesxhmikosr
2012-07-13Config folder and some more HTM rebrandingBerke Viktor
2012-07-13Rename XTM to HTMBerke Viktor
ground-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
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'