24 lines
569 B
TOML
24 lines
569 B
TOML
|
[irc]
|
||
|
[irc.ulminfo]
|
||
|
Server="ens.wtf:6697"
|
||
|
Nick="botte"
|
||
|
UseTLS=true
|
||
|
Charset="utf8"
|
||
|
PrefixMessagesWithNick=true
|
||
|
RemoteNickFormat="<{NICK}> "
|
||
|
[mattermost]
|
||
|
[mattermost.merle]
|
||
|
WebhookURL="SECRET_MATTERMOST_WEBHOOK"
|
||
|
WebhookBindAddress="0.0.0.0:52187"
|
||
|
PrefixMessagesWithNick=false
|
||
|
RemoteNickFormat="{NICK}"
|
||
|
[[gateway]]
|
||
|
name="réseau"
|
||
|
enable=true
|
||
|
[[gateway.inout]]
|
||
|
account="irc.ulminfo"
|
||
|
channel="#réseau"
|
||
|
[[gateway.inout]]
|
||
|
account="mattermost.merle"
|
||
|
channel="town-square"
|