Javascript interface using Spidermonkey.
This plugin is no longer actively developed though bugs may be fixed.
I suggest using the Lua plugin shipping with modern HexChat as an alternative.
For more information check out the wiki.
- Load/unload/reload/autoloading scripts
- Interpreter via /js
- Runtime per script
- Full coverage of hexchat api
- Windows and Unix support
- HexChat 2.9.6+
- JS 1.8.5
- Place the javascript.dll in the addons folder within your config dir.
- Install Javascript, instructions are on the wiki.
- Download a repo file from here into /etc/yum.repos.d/
yum install hexchat-javascript
- Download package from hexchat-javascript-git on the AUR.
- Follow the wiki to install.
- Install the hexchat and js dev package from your distro of choice. (e.g. js-devel, libmozjs185-dev, js185)
make && sudo make install
- Install my build of Javascript as mentioned on the wiki and update its path in hexchat-javascript.props.
- Open in Visual Studio and build.