mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 12:26:40 +02:00
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.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user