mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +02:00
script: add option enable in command /script, improve error displayed when download of scripts is disabled
This commit is contained in:
@@ -123,7 +123,7 @@ script_download_enabled (int display_error)
|
||||
/* download not enabled: display an error */
|
||||
weechat_printf (NULL,
|
||||
_("%s%s: download of scripts is disabled by default; "
|
||||
"see /help script.scripts.download_enabled"),
|
||||
"to enable it, type /script enable"),
|
||||
weechat_prefix ("error"),
|
||||
SCRIPT_PLUGIN_NAME);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user