mirror of https://github.com/SeanOMik/znc-push.git
Update push.cpp
This commit is contained in:
parent
ed0263249a
commit
31721d1eca
4
push.cpp
4
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");
|
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");
|
||||||
|
|
Loading…
Reference in New Issue