diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-03-06 20:07:37 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-03-07 16:52:09 +0100 |
commit | 145191dbc5dfd1d679489196cd759f31067433c2 (patch) | |
tree | 86648859276de129fba69fa73b4bbaaf17a1a8ec /src/plugins/script/script.h | |
parent | a83ad08c485d203ee7e54bc95e6a5d79fde85659 (diff) | |
download | weechat-145191dbc5dfd1d679489196cd759f31067433c2.zip |
javascript: add new plugin to run javascript scripts in WeeChat
This plugin was originally written by Koka El Kiwi
(repository: https://github.com/KokaKiwi/weechat-js-plugin).
This plugin uses Google V8 engine to execute JS scripts.
Diffstat (limited to 'src/plugins/script/script.h')
-rw-r--r-- | src/plugins/script/script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/script/script.h b/src/plugins/script/script.h index 727fa7602..f92162f5b 100644 --- a/src/plugins/script/script.h +++ b/src/plugins/script/script.h @@ -23,7 +23,7 @@ #define weechat_plugin weechat_script_plugin #define SCRIPT_PLUGIN_NAME "script" -#define SCRIPT_NUM_LANGUAGES 6 +#define SCRIPT_NUM_LANGUAGES 7 extern struct t_weechat_plugin *weechat_script_plugin; |