From 5cd72aa6c20615ec955c7c1ccf5b1a001674a9aa Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sat, 12 Jun 2021 13:58:14 -0700 Subject: [PATCH] doc/QuickStart.md: correct irc.password to irc.identify_password --- doc/QuickStart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/QuickStart.md b/doc/QuickStart.md index 92d55f2e..59a76ad2 100644 --- a/doc/QuickStart.md +++ b/doc/QuickStart.md @@ -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`