diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-11-07 00:53:41 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-11-07 00:53:41 +0000 |
commit | 6d38993af596790f53d942ff2d03bb4d89044f11 (patch) | |
tree | bf283848f9847e38c7900b49a3dd14ba9137bd90 /irc/Makefile | |
parent | 1fd5c2b22357f486529bc338e05c85ac3c34218b (diff) | |
download | freebsd-ports-6d38993af596790f53d942ff2d03bb4d89044f11.zip |
Add irc/znc-push: Push notification service module for ZNC
ZNC Push is a module for ZNC that will send notifications to multiple push
notification services, or SMS for any private message or channel highlight that
matches a configurable set of conditions. ZNC Push current supports the
following services:
Boxcar
Boxcar 2
Discord
Faast
Nexmo
Notify My Android (NMA)
Prowl
Pushalot
PushBullet
Pushjet
Pushover
Pushsafer
Slack
Supertoasty
Telegram
Custom URL GET requests
WWW: https://github.com/jreese/znc-push
PR: 232409
Submitted by: David O'Rourke <dor.bsd@xm0.uk>
Diffstat (limited to 'irc/Makefile')
-rw-r--r-- | irc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 81a00a9aebd5..572d5b283125 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -125,5 +125,6 @@ SUBDIR += weechat-otr SUBDIR += xaric SUBDIR += znc + SUBDIR += znc-push .include <bsd.port.subdir.mk> |