mirror of
https://github.com/42wim/matterbridge.git
synced 2025-07-13 00:47:28 +02:00
Add syntax highlighting
parent
07bb6e364b
commit
e98ee6e56b
@ -1,5 +1,5 @@
|
|||||||
# Plain IRC
|
# Plain IRC
|
||||||
```
|
```toml
|
||||||
[irc.myirc]
|
[irc.myirc]
|
||||||
Server="irc.freenode.net:6667"
|
Server="irc.freenode.net:6667"
|
||||||
Nick="yourbotname"
|
Nick="yourbotname"
|
||||||
@ -8,7 +8,7 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
|||||||
|
|
||||||
# SASL support on freenode when you're registered with nickserv
|
# SASL support on freenode when you're registered with nickserv
|
||||||
|
|
||||||
```
|
```toml
|
||||||
[irc.myirc]
|
[irc.myirc]
|
||||||
Nick="yournick" # <== change this
|
Nick="yournick" # <== change this
|
||||||
NickServNick="yournick" # <== change this if necessary (your nick registered with nickserv)
|
NickServNick="yournick" # <== change this if necessary (your nick registered with nickserv)
|
||||||
@ -21,7 +21,7 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
|||||||
```
|
```
|
||||||
|
|
||||||
# OFTC nickserv identify nickname
|
# OFTC nickserv identify nickname
|
||||||
```
|
```toml
|
||||||
[irc.myirc]
|
[irc.myirc]
|
||||||
Nick="yournick" # <== change this
|
Nick="yournick" # <== change this
|
||||||
NickServNick="yournick" # <== change this if necessary (your nick registered with nickserv)
|
NickServNick="yournick" # <== change this if necessary (your nick registered with nickserv)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user