From c1c620023317c336b9663a6e8f264924bd0fe446 Mon Sep 17 00:00:00 2001 From: Qais Patankar Date: Thu, 16 Apr 2020 04:24:43 +0100 Subject: [PATCH] Updated Section IRC (basic) (markdown) --- Section-IRC-(basic).md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Section-IRC-(basic).md b/Section-IRC-(basic).md index 61b383c..4a9c245 100644 --- a/Section-IRC-(basic).md +++ b/Section-IRC-(basic).md @@ -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