-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathREADME
29 lines (21 loc) · 967 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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?