From 4f4b9573fdee2f5d7cf7aba468d49f495f084fbf Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 1 Jun 2019 22:09:58 +0200 Subject: [PATCH] Updated Section IRC (basic) (markdown) --- Section-IRC-(basic).md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Section-IRC-(basic).md b/Section-IRC-(basic).md index ae46bdf..5739ff2 100644 --- a/Section-IRC-(basic).md +++ b/Section-IRC-(basic).md @@ -11,8 +11,8 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> " ``` [irc.myirc] Nick="yournick" # <== change this -NickServNick="NickServ" # <== change this if necessary -NickServPassword="yourpass" # <== 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" UseTLS=true UseSASL=true