IRCTk plumb extension README file.

1. Introduction

The plumb extension, is a tcl script that, given a piece of selected
text sent from IRCTk by plumbing, send it to the plan9 system plumber.
The system plumber then, decides what to do with it.

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>
