3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +02:00

doc/QuickStart.md: correct irc.password to irc.identify_password

This commit is contained in:
Pragmatic Software 2021-06-12 13:58:14 -07:00
parent 1c1088ce48
commit 5cd72aa6c2

View File

@ -231,7 +231,7 @@ The `irc.server` and `irc.port` settings are omitted because the default values
Replace the placeholders, marked `X`, with values you want to use. Note that this is just for the first-time start-up. Regular subsequent start-up needs only `data_dir` to be overridden.
* If you have registered your botnick with the NickServ service, update the `irc.password` entry in the `data/registry` file and then use this command:
* If you have registered your botnick with the NickServ service, update the `irc.identify_password` entry in the `registry` file in your bot's data directory and then use this command:
`pbot data_dir=X irc.botnick=X irc.sasl=1`