aboutsummaryrefslogtreecommitdiff
path: root/docs/help/setup.md
diff options
context:
space:
mode:
authorGravatar jesopo2019-04-15 17:05:59 +0100
committerGravatar jesopo2019-04-15 17:05:59 +0100
commit9a5a4757dd343fcac5c3104d26bc3ba015629c0f (patch)
tree911487809023aa97a1857ada57a68c03f6f2ba3c /docs/help/setup.md
parentReplace "<" with "&lt;" (diff)
signature
Not all "<"s needed to be replaced with "&lt;"
Diffstat (limited to 'docs/help/setup.md')
-rw-r--r--docs/help/setup.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/help/setup.md b/docs/help/setup.md
index c84b7367..67881ca0 100644
--- a/docs/help/setup.md
+++ b/docs/help/setup.md
@@ -5,9 +5,9 @@
* Run `./start.py -m permissions -M master-password` to get the master admin password (needed to add regular admin accounts)
* Run `./start.py` to start the bot.
* Join `#bitbot` on a server with the bot (or invite it to another channel)
-* `/msg &lt;bot> register &lt;password here>` to register your nickname with the bot
-* `/msg &lt;bot> masterlogin &lt;master admin password>` to login as master admin
-* `/msg &lt;bot> givepermission &lt;your nickname> *` to give your account admin permissions
+* `/msg <bot> register <password here>` to register your nickname with the bot
+* `/msg <bot> masterlogin <master admin password>` to login as master admin
+* `/msg <bot> givepermission <your nickname> *` to give your account admin permissions
### Configure client TLS certificate
@@ -31,7 +31,7 @@ Configure the bot to use SASL to authenticate (usually used for `NickServ` ident
### Commands on-connect
-The `perform.py` module allows the bot to execute a saved list of raw IRC commands against a server it's connecting to. Use `/msg &lt;bot> performadd &lt;raw irc command>` to add to the current server's list of commands (`%nick%` in a raw command will be replaced with the bot's current nick.)
+The `perform.py` module allows the bot to execute a saved list of raw IRC commands against a server it's connecting to. Use `/msg <bot> performadd <raw irc command>` to add to the current server's list of commands (`%nick%` in a raw command will be replaced with the bot's current nick.)
### Config options