mirror of https://github.com/SeanOMik/znc-push.git
Update text when setting pushover service
This commit is contained in:
parent
be540b540c
commit
080c767aae
2
push.cpp
2
push.cpp
|
@ -1076,7 +1076,7 @@ class CPushMod : public CModule
|
||||||
}
|
}
|
||||||
else if (value == "pushover")
|
else if (value == "pushover")
|
||||||
{
|
{
|
||||||
PutModule("Note: Pushover requires setting the 'secret' option");
|
PutModule("Note: Pushover requires setting both the 'username' (to user key) and the 'secret' (to application api key) option");
|
||||||
}
|
}
|
||||||
else if (value == "prowl")
|
else if (value == "prowl")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue