From 8aff15dab8b7514899a4bb61d34495d12ac4d296 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 22 Aug 2022 11:28:38 +0100 Subject: [PATCH] weechat: allow downloading of scripts with /script --- weechat/script.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weechat/script.conf b/weechat/script.conf index 10055b8..3f8633b 100644 --- a/weechat/script.conf +++ b/weechat/script.conf @@ -50,7 +50,7 @@ text_version_selected = lightmagenta [scripts] autoload = on cache_expire = 60 -download_enabled = off +download_enabled = on download_timeout = 30 hold = "" path = "%h/script" -- 2.48.1