From ec5699ff15c762d835a3f0f6a31edeb5c4cf3ddb Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 15 Apr 2019 17:02:18 +0100 Subject: Remove block quotes with code blocks --- docs/help/setup.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/help') diff --git a/docs/help/setup.md b/docs/help/setup.md index 84d79381..ec42600a 100644 --- a/docs/help/setup.md +++ b/docs/help/setup.md @@ -19,11 +19,11 @@ 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 +```/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 @@ -33,12 +33,12 @@ The `perform.py` module allows the bot to execute a saved list of raw IRC comman #### View available config options -> /msg config bot|server|channel|user +```/msg config bot|server|channel|user``` #### Set config options -> /msg config bot -> /msg config server -> /msg config channel:#bitbot -> /msg config user -> /msg config user:other_user +```/msg config bot ``` +```/msg config server ``` +```/msg config channel:#bitbot ``` +```/msg config user ``` +```/msg config user:other_user ``` -- cgit v1.3.1-10-gc9f91