IRCTk XNotify extension README file.

1. Introduction

The extension processes PRIVMSG commands, checking if:

- The user is mentioned or
- The chat the message is from is a private one
- The application is on focus

If the condition above holds true, a notification popup will appear
on the screen.

In addition, clicking on the popup will raise IRCTk, switching
automatically to the channel with the reported message in 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. Dependencies

	XNotify: https://github.com/phillbush/xnotify

3. Author.

Andrea Biscuola <a@abiscuola.com>
