mirror of
https://github.com/42wim/matterbridge.git
synced 2025-02-16 21:40:51 +01:00
freenode to libera
parent
8e527f8c0f
commit
b5df3aff81
@ -1,7 +1,7 @@
|
||||
# Plain IRC
|
||||
```toml
|
||||
[irc.myirc]
|
||||
Server="irc.freenode.net:6667"
|
||||
Server="irc.libera.chat:6667"
|
||||
Nick="yourbotname"
|
||||
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
||||
```
|
||||
@ -25,14 +25,14 @@ Password="yourNickservPassword"
|
||||
```
|
||||
|
||||
|
||||
# SASL support on freenode when you're registered with nickserv
|
||||
# SASL support on Libera when you're registered with nickserv
|
||||
|
||||
```toml
|
||||
[irc.myirc]
|
||||
Nick="yournick" # <== change this
|
||||
NickServNick="yournick" # <== change this if necessary (your nick registered with nickserv)
|
||||
NickServPassword="yourpass" # <== change this (your pass with nickserv)
|
||||
Server="irc.freenode.net:6697"
|
||||
Server="irc.libera.chat:6697"
|
||||
UseTLS=true
|
||||
UseSASL=true
|
||||
SkipTLSVerify=false
|
||||
|
Loading…
x
Reference in New Issue
Block a user