iss-1-irc #2

Closed
stephen wants to merge 6 commits from iss-1-irc into main
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 1e4a0cd29d - Show all commits

View File

@ -19,6 +19,9 @@ gotify_message =
gotify_priority =
gotify_title =
gotify_url =
irc_nick =
irc_sendto =
irc_server =
mastodon_key =
mastodon_toot =
mastodon_url =

View File

@ -35,6 +35,7 @@ const gotify_priority = config.gotify_priority;
const gotify_title = config.gotify_title;
const gotify_url = config.gotify_url;
const irc_nick = config.irc_nick;
const irc_sendto = config.irc_sendto;
const irc_server = config.irc_server;
const mastodon_token = config.mastodon_token;
const mastodon_toot = config.mastodon_toot;