Limnoria
Limnoria copied to clipboard
Bot reply messages do not update when changing `supybot.language` (they're only set once by supybot-wizard)
I configured the bot with the language setting "de" via supybot-wizard. Then I changed my mind and set "supybot.language" to "en" and restarted. The description of commands is in English now, but the feedback of the "identify" command is still German.
I am using Limnoria 2023.01.12.
That's a know issue. When running supybot-wizard, configuration variables with the replies are set using the current locale; in this case it's supybot.replies.incorrectAuthentication
. From this point on, the bot cannot tell if you changed it yourself or if it's the default.
As a workaround, stop the bot, remove all supybot.replies
configuration variables, and start it again.