aboutsummaryrefslogtreecommitdiff
path: root/docs/help
diff options
context:
space:
mode:
authorGravatar jesopo2020-03-08 19:45:11 +0000
committerGravatar jesopo2020-03-08 19:45:11 +0000
commit481d6b9be6d7309a8e4b2387aea43e1928e16bb0 (patch)
treede9e0bfbfc6c94f7e8391a02e3d70ce674dffa1c /docs/help
parentuse ban-mask export in badwords.py (diff)
signature
move bitbotctl call to after starting bitbot
Diffstat (limited to 'docs/help')
-rw-r--r--docs/help/config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/help/config.md b/docs/help/config.md
index e11d14ec..4db2b78a 100644
--- a/docs/help/config.md
+++ b/docs/help/config.md
@@ -2,8 +2,8 @@
* Move `docs/bot.conf.example` to `~/.bitbot/bot.conf` and fill in the config options you care about. Ones blank or removed will disable relevant functionality.
* Run `./bitbotd -a` to add a server.
-* Run `./bitbotctl command master-password` to get the master admin password (needed to add regular admin accounts)
* Run `./bitbotd` to start the bot.
+* Run `./bitbotctl command master-password` to get the master admin password (needed to add regular admin accounts)
* Join `#bitbot` on a server with the bot (or invite it to another channel)
* `/msg <bot> register <password here>` to register your nickname with the bot
* (use `/msg <bot> identify <password>` to log in in the future)