Update irc references (#1499)

This commit is contained in:
Wim 2021-05-30 00:38:13 +02:00 committed by GitHub
parent 4091b6f6b4
commit c7897cca5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View File

@ -212,8 +212,8 @@ All possible [settings](https://github.com/42wim/matterbridge/wiki/Settings) for
```toml ```toml
[irc] [irc]
[irc.freenode] [irc.libera]
Server="irc.freenode.net:6667" Server="irc.libera.chat:6667"
Nick="yourbotname" Nick="yourbotname"
[mattermost] [mattermost]
@ -229,7 +229,7 @@ All possible [settings](https://github.com/42wim/matterbridge/wiki/Settings) for
name="mygateway" name="mygateway"
enable=true enable=true
[[gateway.inout]] [[gateway.inout]]
account="irc.freenode" account="irc.libera"
channel="#testing" channel="#testing"
[[gateway.inout]] [[gateway.inout]]
@ -363,7 +363,7 @@ Matterbridge wouldn't exist without these libraries:
[mb-discord]: https://discord.gg/AkKPtrQ [mb-discord]: https://discord.gg/AkKPtrQ
[mb-gitter]: https://gitter.im/42wim/matterbridge [mb-gitter]: https://gitter.im/42wim/matterbridge
[mb-irc]: https://webchat.freenode.net/?channels=matterbridgechat [mb-irc]: https://web.libera.chat/#matterbridge
[mb-keybase]: https://keybase.io/team/matterbridge [mb-keybase]: https://keybase.io/team/matterbridge
[mb-matrix]: https://riot.im/app/#/room/#matterbridge:matrix.org [mb-matrix]: https://riot.im/app/#/room/#matterbridge:matrix.org
[mb-mattermost]: https://framateam.org/signup_user_complete/?id=tfqm33ggop8x3qgu4boeieta6e [mb-mattermost]: https://framateam.org/signup_user_complete/?id=tfqm33ggop8x3qgu4boeieta6e

View File

@ -9,12 +9,12 @@
[irc] [irc]
#You can configure multiple servers "[irc.name]" or "[irc.name2]" #You can configure multiple servers "[irc.name]" or "[irc.name2]"
#In this example we use [irc.freenode] #In this example we use [irc.libera]
#REQUIRED #REQUIRED
[irc.freenode] [irc.libera]
#irc server to connect to. #irc server to connect to.
#REQUIRED #REQUIRED
Server="irc.freenode.net:6667" Server="irc.libera.chat:6667"
#Password for irc server (if necessary) #Password for irc server (if necessary)
#OPTIONAL (default "") #OPTIONAL (default "")
@ -24,7 +24,7 @@ Password=""
#OPTIONAL (default false) #OPTIONAL (default false)
UseTLS=false UseTLS=false
#Enable SASL (PLAIN) authentication. (freenode requires this from eg AWS hosts) #Enable SASL (PLAIN) authentication. (libera requires this from eg AWS hosts)
#It uses NickServNick and NickServPassword as login and password #It uses NickServNick and NickServPassword as login and password
#OPTIONAL (default false) #OPTIONAL (default false)
UseSASL=false UseSASL=false
@ -55,7 +55,7 @@ Charset=""
#REQUIRED #REQUIRED
Nick="matterbot" Nick="matterbot"
#If you registered your bot with a service like Nickserv on freenode. #If you registered your bot with a service like Nickserv on libera.
#Also being used when UseSASL=true #Also being used when UseSASL=true
# #
#Note: if you want do to quakenet auth, set NickServNick="Q@CServe.quakenet.org" #Note: if you want do to quakenet auth, set NickServNick="Q@CServe.quakenet.org"
@ -1847,7 +1847,7 @@ enable=true
# account specified above # account specified above
# REQUIRED # REQUIRED
account="irc.freenode" account="irc.libera"
# The channel key in each gateway is mapped to a similar group chat ID on the chat platform # The channel key in each gateway is mapped to a similar group chat ID on the chat platform
# To find the group chat ID for different platforms, refer to the table below # To find the group chat ID for different platforms, refer to the table below
@ -1905,7 +1905,7 @@ enable=true
#[[gateway.out]] specifies the account and channels we will sent messages to. #[[gateway.out]] specifies the account and channels we will sent messages to.
[[gateway.out]] [[gateway.out]]
account="irc.freenode" account="irc.libera"
channel="#testing" channel="#testing"
#OPTIONAL - only used for IRC and XMPP protocols at the moment #OPTIONAL - only used for IRC and XMPP protocols at the moment