Skip to content

Plugin for Irssi to send push notifications to iPhone via Prowl

Notifications You must be signed in to change notification settings

nekodex/prowl-irssi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

prowlnotify Irssi Plugin
------------------------

prowlnotify is a simple script to send push notifications from Irssi to the
iPhone via Prowl (http://prowl.weks.net/).

It was originally based on BCOW's awayproxy.pl script which automatically marks
you as away when your last IRC client disconnects from Irssi's proxy. Given my
use of Irssi proxy, this was a perfect starting point.

By default, prowl will only send notifications when you are marked as away.
This behavior can be toggled using the /prowl command:

	/prowl auto	the default, send push notifications on away
	/prowl off	disable push notifications
	/prowl on	always send push notifications

Installation
------------

  1. Create a text file in ~/.prowlkey containing your Prowl API key.
  2. Copy the script into Irssi's scripts dir (typically ~/.irssi/scripts/)
  3. /script load prowlnotify.pl

TODO
----

  * Use Irssi's settings_get_str/settings_add_str functions for storing the
    prowl key?

About

Plugin for Irssi to send push notifications to iPhone via Prowl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%