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