Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@schmiatz
schmiatz / simplepush.pl
Created May 6, 2018 13:51
Send a notification to Simplepush.io when you receive a new private message and are not attached to screen.
use strict;
use warnings;
use Irssi;
use vars qw($VERSION %IRSSI);
$VERSION = "1.0";
%IRSSI = (
authors => 'x70b1',
name => 'simplepush.pl',