This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use strict; | |
| use warnings; | |
| # {{{ DOCUMENTATION | |
| ##### | |
| # A lot of code borrowed from the prowlnotify.pl script at | |
| # http://www.denis.lemire.name/2009/07/07/prowl-irssi-hack/ | |
| # and pushovernotify.pl (Daniel Johansson <donnex@donnex.net>) | |
| # and http://www.geekfarm.org/wu/muse/scripts/growl-notify.txt | |
| # |