freenode to libera

Glandos 2022-08-05 00:10:19 +02:00
parent 8e527f8c0f
commit b5df3aff81

@ -1,7 +1,7 @@
# Plain IRC # Plain IRC
```toml ```toml
[irc.myirc] [irc.myirc]
Server="irc.freenode.net:6667" Server="irc.libera.chat:6667"
Nick="yourbotname" Nick="yourbotname"
RemoteNickFormat="[{PROTOCOL}] <{NICK}> " 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 ```toml
[irc.myirc] [irc.myirc]
Nick="yournick" # <== change this Nick="yournick" # <== change this
NickServNick="yournick" # <== change this if necessary (your nick registered with nickserv) NickServNick="yournick" # <== change this if necessary (your nick registered with nickserv)
NickServPassword="yourpass" # <== change this (your pass with nickserv) NickServPassword="yourpass" # <== change this (your pass with nickserv)
Server="irc.freenode.net:6697" Server="irc.libera.chat:6697"
UseTLS=true UseTLS=true
UseSASL=true UseSASL=true
SkipTLSVerify=false SkipTLSVerify=false