IRCTk identify extension README file.

1. Introduction

The identify extension, is a tcl script that, given a PASS command
done on a network, tries to identify the user with the related
NickServ service.

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>
