forked from jshiffer/matterbridge
Rename freenode to libera in simple config (#1870)
* freenode to libera The freenode network doesn't really work anymore * Missing replacement for Libera
This commit is contained in:
parent
6a3fc71397
commit
0482cd191d
@ -1,7 +1,7 @@
|
|||||||
#WARNING: as this file contains credentials, be sure to set correct file permissions
|
#WARNING: as this file contains credentials, be sure to set correct file permissions
|
||||||
[irc]
|
[irc]
|
||||||
[irc.freenode]
|
[irc.libera]
|
||||||
Server="irc.freenode.net:6667"
|
Server="irc.libera.chat:6667"
|
||||||
Nick="matterbot"
|
Nick="matterbot"
|
||||||
|
|
||||||
[mattermost]
|
[mattermost]
|
||||||
@ -17,7 +17,7 @@
|
|||||||
name="gateway1"
|
name="gateway1"
|
||||||
enable=true
|
enable=true
|
||||||
[[gateway.inout]]
|
[[gateway.inout]]
|
||||||
account="irc.freenode"
|
account="irc.libera"
|
||||||
channel="#testing"
|
channel="#testing"
|
||||||
|
|
||||||
[[gateway.inout]]
|
[[gateway.inout]]
|
||||||
@ -29,6 +29,6 @@ enable=true
|
|||||||
#name="gateway2"
|
#name="gateway2"
|
||||||
#enable=true
|
#enable=true
|
||||||
#inout = [
|
#inout = [
|
||||||
# { account="irc.freenode", channel="#testing", options={key="channelkey"}},
|
# { account="irc.libera", channel="#testing", options={key="channelkey"}},
|
||||||
# { account="mattermost.work", channel="off-topic" },
|
# { account="mattermost.work", channel="off-topic" },
|
||||||
#]
|
#]
|
||||||
|
Loading…
Reference in New Issue
Block a user