1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 13:56:37 +02:00

script: replace hook_process_hashtable by hook_url to download scripts and list of scripts (closes #1723)

This commit is contained in:
Sébastien Helleu
2023-09-08 11:35:12 +02:00
parent 63922ca038
commit 24d2ba3338
4 changed files with 315 additions and 345 deletions
-1
View File
@@ -36,7 +36,6 @@ extern struct t_hashtable *script_loaded;
extern int script_language_search (const char *language);
extern int script_language_search_by_extension (const char *extension);
extern int script_download_enabled (int display_error);
extern char *script_build_download_url (const char *url);
extern void script_get_loaded_plugins ();
extern void script_get_scripts ();