From 6d38993af596790f53d942ff2d03bb4d89044f11 Mon Sep 17 00:00:00 2001 From: "Danilo G. Baio" Date: Wed, 7 Nov 2018 00:53:41 +0000 Subject: 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 --- irc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'irc/Makefile') 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 -- cgit v1.2.3