mirror of https://github.com/SeanOMik/znc-push.git
Added nexmo service instructions
This commit is contained in:
parent
ea6e9190ed
commit
79572136ef
4
push.cpp
4
push.cpp
|
@ -1243,6 +1243,10 @@ class CPushMod : public CModule
|
|||
{
|
||||
PutModule("Note: Faast requires setting the secret to your apikey");
|
||||
}
|
||||
else if (value == "nexmo")
|
||||
{
|
||||
PutModule("Note: Nexmo requires setting the 'username' (to api key), 'secret' (to api secret), 'message_title' (to sender number in international format), and 'target' (to destination number in international format) options");
|
||||
}
|
||||
else
|
||||
{
|
||||
PutModule("Error: unknown service name");
|
||||
|
|
Loading…
Reference in New Issue