diff --git a/Section-IRC-(basic).md b/Section-IRC-(basic).md index 5739ff2..b86e165 100644 --- a/Section-IRC-(basic).md +++ b/Section-IRC-(basic).md @@ -19,3 +19,15 @@ UseSASL=true SkipTLSVerify=false RemoteNickFormat="[{PROTOCOL}] <{NICK}> " ``` + +# OFTC nickserv identify nickname +``` +[irc.myirc] +Nick="yournick" # <== change this +NickServNick="yournick" # <== change this if necessary (your nick registered with nickserv) +Server="irc.oftc.net:6697" +UseTLS=true +SkipTLSVerify=false +RunCommands=["PRIVMSG nickserv :IDENTIFY yourpass younick"] # <== change this (your pass and nick with nickserv) +RemoteNickFormat="[{PROTOCOL}] <{NICK}> " +``` \ No newline at end of file