diff options
| author | 2019-04-15 17:03:10 +0100 | |
|---|---|---|
| committer | 2019-04-15 17:03:10 +0100 | |
| commit | 0c8e902281899742b073d976596c5bee08ce143f (patch) | |
| tree | d9dc341713e495cfb164081030490700bf4ef882 /docs/help | |
| parent | Remove block quotes with code blocks (diff) | |
| signature | ||
Revert "Remove block quotes with code blocks"
This reverts commit ec5699ff15c762d835a3f0f6a31edeb5c4cf3ddb.
Diffstat (limited to 'docs/help')
| -rw-r--r-- | docs/help/setup.md | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/help/setup.md b/docs/help/setup.md index ec42600a..84d79381 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 <bot> config server sasl userpass <username>:<password>``` -```/msg <bot> config server sasl plain <username>:<password>``` -```/msg <bot> config server sasl scram-sha-1 <username>:<password>``` -```/msg <bot> config server sasl scram-sha-256 <username>:<password>``` -```/msg <bot> config server sasl external``` +> /msg <bot> config server sasl userpass <username>:<password> +> /msg <bot> config server sasl plain <username>:<password> +> /msg <bot> config server sasl scram-sha-1 <username>:<password> +> /msg <bot> config server sasl scram-sha-256 <username>:<password> +> /msg <bot> 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 <bot> config bot|server|channel|user``` +> /msg <bot> config bot|server|channel|user #### Set config options -```/msg <bot> config bot <setting> <value>``` -```/msg <bot> config server <setting> <value>``` -```/msg <bot> config channel:#bitbot <setting> <value>``` -```/msg <bot> config user <setting> <value>``` -```/msg <bot> config user:other_user <setting> <value>``` +> /msg <bot> config bot <setting> <value> +> /msg <bot> config server <setting> <value> +> /msg <bot> config channel:#bitbot <setting> <value> +> /msg <bot> config user <setting> <value> +> /msg <bot> config user:other_user <setting> <value> |
