diff --git a/Section-IRC-(basic).md b/Section-IRC-(basic).md index 2aafb6b..98b4293 100644 --- a/Section-IRC-(basic).md +++ b/Section-IRC-(basic).md @@ -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