mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 21:36:37 +02:00
script: allow command /script list when option script.scripts.download_enabled is set to off (closes #1574)
This commit is contained in:
@@ -1502,7 +1502,7 @@ script_repo_file_update (int quiet)
|
||||
char *filename, *url;
|
||||
struct t_hashtable *options;
|
||||
|
||||
if (!script_download_enabled ())
|
||||
if (!script_download_enabled (1))
|
||||
return 0;
|
||||
|
||||
script_repo_remove_all ();
|
||||
|
||||
Reference in New Issue
Block a user