mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 22:06:38 +02:00
doc: fix python example for config_new_option in plugin API reference
This commit is contained in:
@@ -4262,7 +4262,7 @@ option4 = weechat.config_new_option(config_file, section, "option4", "string",
|
||||
|
||||
option5 = weechat.config_new_option(config_file, section, "option5", "color",
|
||||
"My option, type color",
|
||||
"", 0, 100, "lightblue", "lightblue", 0,
|
||||
"", 0, 0, "lightblue", "lightblue", 0,
|
||||
"", "",
|
||||
"", "",
|
||||
"", "")
|
||||
|
||||
@@ -4312,7 +4312,7 @@ option4 = weechat.config_new_option(config_file, section, "option4", "string",
|
||||
|
||||
option5 = weechat.config_new_option(config_file, section, "option5", "color",
|
||||
"Mon option, type couleur",
|
||||
"", 0, 100, "lightblue", "lightblue", 0,
|
||||
"", 0, 0, "lightblue", "lightblue", 0,
|
||||
"", "",
|
||||
"", "",
|
||||
"", "")
|
||||
|
||||
@@ -4251,7 +4251,7 @@ option4 = weechat.config_new_option(config_file, section, "option4", "string",
|
||||
|
||||
option5 = weechat.config_new_option(config_file, section, "option5", "color",
|
||||
"My option, type color",
|
||||
"", 0, 100, "lightblue", "lightblue", 0,
|
||||
"", 0, 0, "lightblue", "lightblue", 0,
|
||||
"", "",
|
||||
"", "",
|
||||
"", "")
|
||||
|
||||
Reference in New Issue
Block a user