Monthly Archives: July 2009

IRSSI Prowl Notifications

A quick script to send notifications from IRSSI for privmessages and also for highlights, I’ll put more commentary on later, but for now.. Selec All Code:use strict; use vars qw($VERSION %IRSSI); use Irssi; use LWP::UserAgent;   $VERSION = ’0.1′;   … Continue reading

Posted in Apple, iPhone, Linux | Tagged , , , , | 2 Comments