IRCTk joiner extension README file.

1. Introduction

The joiner extension, is a tcl script that, given a piece of selected
text sent from IRCTk by plumbing, tries to join a channel if the
sent data correspond to a public channel.

To install:

	# make install

Or, if a specific prefix is (for example, the user's home directory):

	$ PREFIX=${HOME} make install

By default, the extension will be installed into ${PREFIX}/libexec/irctk.
If IRCTk was installed with the same prefix, the extension will be loaded
automatically at startup.

3. Author.

Andrea Biscuola <a@abiscuola.com>
