Skip to content

Commit

Permalink
Rename freenode to libera in simple config (#1870)
Browse files Browse the repository at this point in the history
* freenode to libera

The freenode network doesn't really work anymore

* Missing replacement for Libera
  • Loading branch information
Glandos authored Aug 13, 2022
1 parent 6a3fc71 commit 0482cd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions matterbridge.toml.simple
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#WARNING: as this file contains credentials, be sure to set correct file permissions
[irc]
[irc.freenode]
Server="irc.freenode.net:6667"
[irc.libera]
Server="irc.libera.chat:6667"
Nick="matterbot"

[mattermost]
Expand All @@ -17,7 +17,7 @@
name="gateway1"
enable=true
[[gateway.inout]]
account="irc.freenode"
account="irc.libera"
channel="#testing"

[[gateway.inout]]
Expand All @@ -29,6 +29,6 @@ enable=true
#name="gateway2"
#enable=true
#inout = [
# { account="irc.freenode", channel="#testing", options={key="channelkey"}},
# { account="irc.libera", channel="#testing", options={key="channelkey"}},
# { account="mattermost.work", channel="off-topic" },
#]

0 comments on commit 0482cd1

Please sign in to comment.