88 lines
1.5 KiB
TOML
88 lines
1.5 KiB
TOML
[irc.freenode]
|
|
Server="irc.freenode.net:6667"
|
|
Nick="{BOT_NICKNAME}"
|
|
|
|
[mattermost.btcpay]
|
|
Server="{MATTERMOST_HOST}"
|
|
Team="btcpayserver"
|
|
Login="{BOT_NICKNAME}"
|
|
Password="{BOT_PASS}"
|
|
PrefixMessagesWithNick=true
|
|
|
|
[slack.forkbitpay]
|
|
Token="{SLACK_TOKEN}"
|
|
|
|
[telegram.btcpay]
|
|
Token="{TELEGRAM_TOKEN}"
|
|
|
|
[general]
|
|
RemoteNickFormat="[{PROTOCOL} - {NICK}]"
|
|
|
|
[[gateway]]
|
|
name = "nbitcoin"
|
|
enable=true
|
|
|
|
[[gateway.inout]]
|
|
account ="slack.forkbitpay"
|
|
channel = "nbitcoin"
|
|
|
|
[[gateway.inout]]
|
|
account ="mattermost.btcpay"
|
|
channel = "nbitcoin"
|
|
|
|
[[gateway]]
|
|
name = "general"
|
|
enable=true
|
|
|
|
[[gateway.inout]]
|
|
account ="slack.forkbitpay"
|
|
channel = "general"
|
|
|
|
[[gateway.inout]]
|
|
account ="irc.freenode"
|
|
channel = "#btcpayserver"
|
|
|
|
[[gateway.inout]]
|
|
account ="mattermost.btcpay"
|
|
channel = "town-square"
|
|
|
|
|
|
|
|
|
|
|
|
[[gateway]]
|
|
name = "support"
|
|
enable=true
|
|
|
|
[[gateway.inout]]
|
|
account ="slack.forkbitpay"
|
|
channel = "help"
|
|
|
|
[[gateway.inout]]
|
|
account ="mattermost.btcpay"
|
|
channel = "support"
|
|
|
|
[[gateway]]
|
|
name = "dev"
|
|
enable=true
|
|
|
|
[[gateway.inout]]
|
|
account ="slack.forkbitpay"
|
|
channel = "dev"
|
|
|
|
[[gateway.inout]]
|
|
account ="mattermost.btcpay"
|
|
channel = "dev"
|
|
|
|
[[gateway]]
|
|
name = "lightning"
|
|
enable=true
|
|
|
|
[[gateway.inout]]
|
|
account ="slack.forkbitpay"
|
|
channel = "lightning"
|
|
|
|
[[gateway.inout]]
|
|
account ="mattermost.btcpay"
|
|
channel = "lightning"
|