summary refs log tree commit diff stats
path: root/plugins/fishlim/Makefile.am
blob: 96069069fd5df149884b3730264408b8bc7002d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
EXTRA_DIST = LICENSE fish.h irc.h keystore.h plugin_hexchat.h dh1080.h

libdir = $(hexchatlibdir)

lib_LTLIBRARIES = fishlim.la
fishlim_la_SOURCES = fish.c irc.c keystore.c plugin_hexchat.c dh1080.c
fishlim_la_LDFLAGS = $(PLUGIN_LDFLAGS) -module
fishlim_la_LIBADD = $(GLIB_LIBS) $(OPENSSL_LIBS)
fishlim_la_CPPFLAGS = -I$(top_srcdir)/src/common
fishlim_la_CFLAGS = $(GLIB_CFLAGS) $(OPENSSL_CFLAGS)
ar 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'