From e98ee6e56b4013e8c113f899208ac71fe2efd1e0 Mon Sep 17 00:00:00 2001 From: Qais Patankar Date: Sat, 8 Feb 2020 20:08:41 +0000 Subject: [PATCH] Add syntax highlighting --- Section-IRC-(basic).md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Section-IRC-(basic).md b/Section-IRC-(basic).md index b86e165..61b383c 100644 --- a/Section-IRC-(basic).md +++ b/Section-IRC-(basic).md @@ -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)