Updated Section IRC (basic) (markdown)

Qais Patankar 2020-04-16 04:24:43 +01:00
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