1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 20:25:43 +02:00

python: fix value returned in case of error in some functions

Affected functions:
- config_option_reset
- config_color
- config_color_default
- config_write
- config_read
- config_reload
- config_is_set_plugin
- buffer_get_string
- buffer_string_replace_local_var
- nicklist_group_get_string
- nicklist_nick_get_string
- command
- hdata_time
This commit is contained in:
Sébastien Helleu
2015-03-01 10:06:28 +01:00
parent 5e886961bd
commit 7624ef417d
2 changed files with 27 additions and 22 deletions
+5
View File
@@ -36,6 +36,11 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
* relay: fix up/down keys on relay buffer (closes #335)
* relay: remove v4-mapped addresses in /help relay.network.allowed_ips
(closes #325)
* python: fix value returned in case of error in functions:
config_option_reset, config_color, config_color_default, config_write,
config_read, config_reload, config_is_set_plugin, buffer_get_string,
buffer_string_replace_local_var, nicklist_group_get_string,
nicklist_nick_get_string, command, hdata_time
* python: fix name of function "bar_update" in case of error
* python: fix restore of old interpreter when a function is not found in the
script
File diff suppressed because it is too large Load Diff