From 07bf8d806df0352d03624be6bee7969b945a6c71 Mon Sep 17 00:00:00 2001 From: RoboMWM Date: Wed, 23 Sep 2020 20:54:55 -0700 Subject: [PATCH] `Password` is now used instead of "NickServPassword" as per #482 --- Section-IRC-(basic).md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Section-IRC-(basic).md b/Section-IRC-(basic).md index 4a9c245..bbfd0fc 100644 --- a/Section-IRC-(basic).md +++ b/Section-IRC-(basic).md @@ -15,6 +15,16 @@ channel="#some-passworded-channel" options = { key="password" } ``` +# Nickname registered with nickserv without SASL + +```toml +[irc.dum] +Server="irc.spi.gt:6697" +Nick="yourbotnick" +Password="yourNickservPassword" +``` + + # SASL support on freenode when you're registered with nickserv ```toml