mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-15 00:19:24 +01:00
Updated Section IRC (basic) (markdown)
parent
fcfacfa210
commit
c1c6200233
@ -6,6 +6,15 @@ Nick="yourbotname"
|
||||
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
|
||||
|
||||
```toml
|
||||
|
Loading…
Reference in New Issue
Block a user