mirror of
https://github.com/42wim/matterbridge.git
synced 2025-02-23 17:00:43 +01:00
Updated Section IRC (basic) (markdown)
parent
f15ebcf5a5
commit
bebef96d0c
@ -1,6 +1,21 @@
|
||||
# Plain IRC
|
||||
```
|
||||
[irc.myirc]
|
||||
Server="irc.freenode.net:6667"
|
||||
Nick="yourbotname"
|
||||
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
||||
```
|
||||
|
||||
# SASL support on freenode when you're registered with nickserv
|
||||
|
||||
```
|
||||
[irc.myirc]
|
||||
Nick="yournick" # <== change this
|
||||
NickServNick="yournick" # <== change this
|
||||
NickServPassword="yourpass" # <== change this
|
||||
Server="irc.freenode.net:6697"
|
||||
UseTLS=true
|
||||
UseSASL=true
|
||||
SkipTLSVerify=false
|
||||
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user