From 46143c1bf70de9336ddf9889f9dcde4b8cd7e29e Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sat, 12 Jun 2021 02:08:19 -0700 Subject: [PATCH] doc/QuickStart.md: improvements --- doc/QuickStart.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/QuickStart.md b/doc/QuickStart.md index 32c4d034..4de74ae1 100644 --- a/doc/QuickStart.md +++ b/doc/QuickStart.md @@ -231,13 +231,13 @@ 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, use this command: +* 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: - $ pbot data_dir=X irc.botnick=X irc.identify_password=X irc.sasl=1 + `pbot data_dir=X irc.botnick=X irc.sasl=1` * Otherwise, use this one: - $ pbot data_dir=X irc.botnick=X + `pbot data_dir=X irc.botnick=X` ##### Custom recommended IRCnet/other network settings The following command is based on the [Recommended settings for IRC Networks](#recommended-settings-for-irc-networks) section earlier in this document. @@ -246,11 +246,11 @@ Replace the placeholders, marked `X`, with values you want to use. Note that thi * If you want PBot to identify with a custom bot or service on IRCnet/other networks, use this command: - $ pbot data_dir=X irc.botnick=X irc.server=X irc.port=X general.identify_nick=X general.op_nick=X + `pbot data_dir=X irc.botnick=X irc.server=X irc.port=X general.identify_nick=X general.op_nick=X` * Otherwise, use this one: - $ pbot data_dir=X irc.botnick=X irc.server=X irc.port=X + `pbot data_dir=X irc.botnick=X irc.server=X irc.port=X` ### Regular start-up After your initial start-up command, you only need to use the `data_dir`