mirror of https://github.com/SeanOMik/znc-push.git
commit
4243934d5b
2
push.cpp
2
push.cpp
|
@ -667,7 +667,7 @@ class CPushMod : public CModule
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
service_host = "discordapp.com";
|
service_host = "discord.com";
|
||||||
service_url = "/api/webhooks/" + options["secret"];
|
service_url = "/api/webhooks/" + options["secret"];
|
||||||
|
|
||||||
if (options["username"] != "")
|
if (options["username"] != "")
|
||||||
|
|
Loading…
Reference in New Issue