Simple script for growl notifications in irssi
Nate Murray <[email protected]>
2008-2010
Place these files in ~/.irssi/scripts/
. Put your growl icon in there too.
/script load growl.pl
/SET growl_icon [filename]
/SET growl_on_regex [regex]
/SET growl_channel_regex [regex]
growl on mynickname
/SET growl_on_regex mynickname
growl on everything
/SET growl_on_regex .*
everything but jdewey
/SET growl_on_regex (?=^(?:(?!jdewey).)*$).*
only growl things for mychannel1 and mychannel2
/SET growl_channel_regex (mychannel1|mychannel2)
enable the icon
/SET growl_icon irssi-flame.png
If anyone has a better suggestion to DRY up the signals I would appreciate it.
http://github.com/jashmenn/irssi-growl
OR
git clone git://github.com/jashmenn/irssi-growl.git