configuration: clarify meaning of botname.conf

The .conf file is always used to start the bot - whether it comes from supybot-wizard is a less important detail.
This commit is contained in:
James Lu
2025-02-03 19:49:42 -08:00
parent a176335e84
commit 947e800fbb

View File

@ -9,7 +9,8 @@ Much of Limnoria's behaviour, as well as those of its plugins, is configurable.
Limnoria provides a hierarchical configuration system, which is usually managed
via IRC using the `Config` plugin. By default, it will write back its configuration
periodically to the same ``botname.conf`` file created by ``supybot-wizard``.
periodically to the same ``botname.conf`` that the bot was started with.
(In most cases, this will be the ``.conf`` file created by ``supybot-wizard``.)
The main commands to interact with the config system are ``config``,
``config list``, and ``config help``, which are described in the following