mirror of
https://github.com/42wim/matterbridge.git
synced 2025-05-30 11:27:26 +02:00
Updated Section IRC (basic) (markdown)
parent
fcfacfa210
commit
c1c6200233
@ -6,6 +6,15 @@ Nick="yourbotname"
|
|||||||
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# `gateway.inout` with channel key
|
||||||
|
|
||||||
|
```toml
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="irc.myirc"
|
||||||
|
channel="#some-passworded-channel"
|
||||||
|
options = { key="password" }
|
||||||
|
```
|
||||||
|
|
||||||
# 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