From 947e800fbb0a5897edaa4fb029b415ef666b585f Mon Sep 17 00:00:00 2001 From: James Lu Date: Mon, 3 Feb 2025 19:49:42 -0800 Subject: [PATCH] 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. --- use/configuration.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/use/configuration.rst b/use/configuration.rst index cf16a17..e8e7e95 100644 --- a/use/configuration.rst +++ b/use/configuration.rst @@ -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