3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-22 11:59:43 +01:00

doc/QuickStart.md: improvements

This commit is contained in:
Pragmatic Software 2020-01-27 20:07:33 -08:00
parent 14ac345f8c
commit e61502c6d2

View File

@ -204,11 +204,11 @@ Replace the placeholders, marked `X`, with values you want to use. Note that thi
* If you have registered your botnick with Freenode's NickServ service, use this command: * If you have registered your botnick with Freenode's NickServ service, use this command:
pbot data_dir=X irc.botnick=X irc.identify_password=X irc.randomize_nick=1 general.autojoin_wait_for_nickserv=1 `pbot data_dir=X irc.botnick=X irc.identify_password=X irc.randomize_nick=1 general.autojoin_wait_for_nickserv=1`
* Otherwise, use this one: * Otherwise, use this one:
pbot data_dir=X irc.botnick=X `pbot data_dir=X irc.botnick=X`
##### Custom recommended IRCnet/other network settings ##### 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. The following command is based on the [Recommended settings for IRC Networks](#recommended-settings-for-irc-networks) section earlier in this document.