From 31721d1eca5cc085cb34339f6940ce7db2c464e9 Mon Sep 17 00:00:00 2001 From: Kevin Siml Date: Sun, 26 Feb 2017 22:32:26 +0100 Subject: [PATCH] Update push.cpp --- push.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/push.cpp b/push.cpp index 591292c..dafc080 100755 --- a/push.cpp +++ b/push.cpp @@ -1383,6 +1383,10 @@ class CPushMod : public CModule { PutModule("Note: Pushover requires setting both the 'username' (to user key) and the 'secret' (to application api key) option"); } + else if (value == "pushsafer") + { + PutModule("Note: Pushsafer requires setting the 'private or alias key' option"); + } else if (value == "pushalot") { PutModule("Note: Pushalot requires setting the 'secret' (to user key) (to authorization token) option");