mirror of
https://github.com/42wim/matterbridge.git
synced 2025-06-12 17:57:27 +02:00
Updated Section IRC (basic) (markdown)
parent
f15ebcf5a5
commit
bebef96d0c
@ -1,6 +1,21 @@
|
|||||||
|
# Plain IRC
|
||||||
```
|
```
|
||||||
[irc.myirc]
|
[irc.myirc]
|
||||||
Server="irc.freenode.net:6667"
|
Server="irc.freenode.net:6667"
|
||||||
Nick="yourbotname"
|
Nick="yourbotname"
|
||||||
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# SASL support on freenode when you're registered with nickserv
|
||||||
|
|
||||||
|
```
|
||||||
|
[irc.myirc]
|
||||||
|
Nick="yournick" # <== change this
|
||||||
|
NickServNick="yournick" # <== change this
|
||||||
|
NickServPassword="yourpass" # <== change this
|
||||||
|
Server="irc.freenode.net:6697"
|
||||||
|
UseTLS=true
|
||||||
|
UseSASL=true
|
||||||
|
SkipTLSVerify=false
|
||||||
|
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user