mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-19 23:10:44 +01:00
doc/Registry.md: better language
This commit is contained in:
parent
755fd33221
commit
961b8b6175
@ -45,8 +45,8 @@ Some Registry items belonging to a specific section may be overridden on a per-c
|
|||||||
For example, the bot's trigger is defined in `general.trigger`. You may set a `trigger` registry item in section `#channel` to override the value for that channel: `#channel.trigger`.
|
For example, the bot's trigger is defined in `general.trigger`. You may set a `trigger` registry item in section `#channel` to override the value for that channel: `#channel.trigger`.
|
||||||
|
|
||||||
## Overriding Registry values via command-line
|
## Overriding Registry values via command-line
|
||||||
You may override the Registry values via the PBot start-up command-line. Such
|
You may override the Registry values via the PBot start-up command-line. These
|
||||||
overrides are permanent and will be saved.
|
overrides are not temporary; they will be saved.
|
||||||
|
|
||||||
$ ./pbot data_dir=mybot irc.botnick=coolbot irc.server=freenode.net irc.port=6667
|
$ ./pbot data_dir=mybot irc.botnick=coolbot irc.server=freenode.net irc.port=6667
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user