From 9507fa20c5b864e21d7c47573334b553ff80aa2e Mon Sep 17 00:00:00 2001 From: Qais Patankar Date: Tue, 9 Apr 2019 12:41:40 +0100 Subject: [PATCH] fix typo --- Section-IRC-(basic).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Section-IRC-(basic).md b/Section-IRC-(basic).md index d6a39c1..ae46bdf 100644 --- a/Section-IRC-(basic).md +++ b/Section-IRC-(basic).md @@ -11,7 +11,7 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> " ``` [irc.myirc] Nick="yournick" # <== change this -NickServNick="yournick" # <== change this +NickServNick="NickServ" # <== change this if necessary NickServPassword="yourpass" # <== change this Server="irc.freenode.net:6697" UseTLS=true