Skip to content

Instantly share code, notes, and snippets.

@dyoder
dyoder / fnotify.pl
Last active December 12, 2015 04:48 — forked from matthutchinson/fnotify.pl
Instructions and scripts for setting Up IRSSI so that it does native Apple notifications.
# todo: grap topic changes
use strict;
use vars qw($VERSION %IRSSI);
use Irssi;
$VERSION = '0.0.3';
%IRSSI = (
authors => 'Thorsten Leemhuis',
contact => 'fedora@leemhuis.info',