15

I'm using irssi on Gnome 3, but I do use KDE 4 sometimes. I like irssi very much but I miss any notification feature. I don't use irssi over ssh.

Braiam
  • 69,112

2 Answers2

10

There seems to be a couple kicking about:

https://github.com/stickster/irssi-libnotify (previously at http://code.google.com/p/irssi-libnotify/)

or..

http://wahjava.wordpress.com/2008/06/15/irssi-notifications/

They're just Perl scripts you drop into ~/.irssi/scripts so you could tweak them to suit you.

detly
  • 3,472
Caesium
  • 16,207
  • 4
  • 42
  • 48
4

http://code.google.com/p/irssi-libnotify/ works great for me.

If you want it to notify all messages instead of just hilighted ones remove || !($dest->{level} & MSGLEVEL_HILIGHT) from the script.

Jorge Castro
  • 73,717