NOME

irc_notification - A simple way to receive message notification when IRSSI is running inside a screen(1) at another machine

DESCRIPTION

These scripts are a simple way to get IRC notification when i'm running irssi inside a "SCREEN".

I always let my irssi running at my server, and i take a look periodically if I got some message. That's really unconfortable. So I wrote this to get notification when someone talks to me at IRC.

Screenshot

All the power of irc_notification running =)

GETTING IRC_NOTIFICATION

Source

Here you can get the source code and use it freely just by downloading and reading README instructions to install: irc_notification.tar.bz2

GIT Repo

If you want to get latest dev version and want to contribute with these scripts you can simple clone our git repo:

git-clone \
http://www.inf.ufpr.br/ribas/repos/irc_notification.git

Sending Patchs

To send patchs, I like the way of Kernel and Git. You may run:

$ git-format-patch -s -o my_patchs origin
$ git-send-email --to ribas_AT_c3sl.ufpr.br my_patchs

TODO List