From f19fa240446852f01cc4f1e0250a803818885c20 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 15 Apr 2019 17:03:29 +0100 Subject: [PATCH] Put newlines between block quote formatting --- docs/help/setup.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/help/setup.md b/docs/help/setup.md index 84d79381..9527e711 100644 --- a/docs/help/setup.md +++ b/docs/help/setup.md @@ -20,9 +20,13 @@ Configure the bot to use SASL to authenticate (usually used for `NickServ` ident `EXTERNAL` usually mean client TLS certificate authentication; `USERPASS` is a BitBot-specific term that selects the strongest user/password algorithm. > /msg config server sasl userpass <username>:<password> + > /msg config server sasl plain <username>:<password> + > /msg config server sasl scram-sha-1 <username>:<password> + > /msg config server sasl scram-sha-256 <username>:<password> + > /msg config server sasl external ### Commands on-connect @@ -38,7 +42,11 @@ The `perform.py` module allows the bot to execute a saved list of raw IRC comman #### Set config options > /msg config bot + > /msg config server + > /msg config channel:#bitbot + > /msg config user + > /msg config user:other_user