mirror of
https://github.com/weechat/weechat.git
synced 2026-06-24 20:06:38 +02:00
spelling: autoconnect
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Sébastien Helleu
parent
631ca3f8df
commit
17381d983f
@@ -804,7 +804,7 @@ def config_boolean_inherited(option: str) -> int:
|
||||
|
||||
# example
|
||||
option = weechat.config_get("irc.server.libera.autoconnect")
|
||||
autoconect = weechat.config_boolean_inherited(option)
|
||||
autoconnect = weechat.config_boolean_inherited(option)
|
||||
"""
|
||||
...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user