move bitbotctl call to after starting bitbot
This commit is contained in:
parent
d8d9a90f11
commit
481d6b9be6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue