From c788c9afb8e5770ab0d9696f50776d79b5b372e5 Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 16 Apr 2021 19:47:35 +0200 Subject: fix: when detecting /set option = value, do the right thing Previously: this creates a section with the option name, with an option named "=" and the value specified. Then you are stuck because "/set option value" will not work due to the command detecting the section name and only printing the value of [option] value=. Fixes #3517, probably --- poezio/core/commands.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/poezio/core/commands.py b/poezio/core/commands.py index 5c3c51f5..adb5404f 100644 --- a/poezio/core/commands.py +++ b/poezio/core/commands.py @@ -750,6 +750,8 @@ class CommandCore: """ /set [module|][section]