mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-24 21:19:32 +01:00
Add OFTC nickserv identify exampe
parent
d6387df99c
commit
d6c47e0652
@ -19,3 +19,15 @@ UseSASL=true
|
|||||||
SkipTLSVerify=false
|
SkipTLSVerify=false
|
||||||
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
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}> "
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user