hexchat-javascript icon indicating copy to clipboard operation
hexchat-javascript copied to clipboard

Javascript interface for HexChat

Results 2 hexchat-javascript issues
Sort by recently updated
recently updated
newest added

I have the following code to display incoming Twitch whispers: ``` javascript function whisperIn_cb(words) { // words example: [':[email protected]', 'WHISPER', 'danpcg', ':test', 'message'] // should print "pcgdan > danpcg: test...

Work is being done in [mozjs-24](https://github.com/TingPing/hexchat-javascript/tree/mozjs-24) branch. ~~One major issue is that most major distros don't ship this version in their repos afaik.~~ - [x] Get it building - [...