Add OFTC nickserv identify exampe

anadahz 2019-11-30 20:07:24 +00:00
parent d6387df99c
commit d6c47e0652

@ -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}> "
```