Update push.cpp

This commit is contained in:
Kevin Siml 2017-02-26 22:32:26 +01:00 committed by GitHub
parent ed0263249a
commit 31721d1eca
1 changed files with 4 additions and 0 deletions

View File

@ -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"); 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") else if (value == "pushalot")
{ {
PutModule("Note: Pushalot requires setting the 'secret' (to user key) (to authorization token) option"); PutModule("Note: Pushalot requires setting the 'secret' (to user key) (to authorization token) option");