Add syntax highlighting

Qais Patankar 2020-02-08 20:08:41 +00:00
parent 07bb6e364b
commit e98ee6e56b

@ -1,5 +1,5 @@
# Plain IRC
```
```toml
[irc.myirc]
Server="irc.freenode.net:6667"
Nick="yourbotname"
@ -8,7 +8,7 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
# SASL support on freenode when you're registered with nickserv
```
```toml
[irc.myirc]
Nick="yournick" # <== change this
NickServNick="yournick" # <== change this if necessary (your nick registered with nickserv)
@ -21,7 +21,7 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
```
# OFTC nickserv identify nickname
```
```toml
[irc.myirc]
Nick="yournick" # <== change this
NickServNick="yournick" # <== change this if necessary (your nick registered with nickserv)