mirror of
https://github.com/42wim/matterbridge.git
synced 2025-06-01 12:27:32 +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" }
|
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
|
# SASL support on freenode when you're registered with nickserv
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user