mirror of
https://github.com/42wim/matterbridge.git
synced 2025-05-31 03:47:27 +02:00
Password
is now used instead of "NickServPassword" as per #482
parent
4e784005e4
commit
07bf8d806d
@ -15,6 +15,16 @@ channel="#some-passworded-channel"
|
||||
options = { key="password" }
|
||||
```
|
||||
|
||||
# Nickname registered with nickserv without SASL <!-- I do not know if this applies for SASL as well, as the server I use does not support SASL apparently -->
|
||||
|
||||
```toml
|
||||
[irc.dum]
|
||||
Server="irc.spi.gt:6697"
|
||||
Nick="yourbotnick"
|
||||
Password="yourNickservPassword"
|
||||
```
|
||||
|
||||
|
||||
# SASL support on freenode when you're registered with nickserv
|
||||
|
||||
```toml
|
||||
|
Loading…
x
Reference in New Issue
Block a user