1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 17:53:13 +02:00

script: fix state of script plugins when list of scripts has not been downloaded

The problem happened when doing "/script load script.py" if the scripts list
has not been downloaded (with "/script update"): WeeChat displays that python
plugin is not loaded (which is wrong).
This commit is contained in:
Sébastien Helleu
2015-03-18 07:25:26 +01:00
parent 11debc7cae
commit 6c4b574945
6 changed files with 29 additions and 11 deletions
+2 -1
View File
@@ -1113,7 +1113,8 @@ script_repo_file_read (int quiet)
struct tm tm_script;
struct t_hashtable *descriptions;
script_get_loaded_plugins_and_scripts ();
script_get_loaded_plugins ();
script_get_scripts ();
script_repo_remove_all ();