1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

script: add option script.scripts.url_force_https (closes #253)

This commit is contained in:
Sébastien Helleu
2014-11-15 18:28:34 +01:00
parent bc3c81ee4f
commit 786999b4a3
25 changed files with 4477 additions and 1457 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ 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 void script_actions_add (const char *action);
extern char *script_build_download_url (const char *url);
extern void script_get_loaded_plugins_and_scripts ();
#endif /* WEECHAT_SCRIPT_H */