hexchat

Haskell scripting interface for HexChat

https://github.com/mniip/hexchat-haskell

Latest on Hackage:0.0.2.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by mniip
Maintained by [email protected]

This package builds a shared object ready for loading into HexChat, that will compile and interpret scripts written in Haskell; and also a Haskell library that said scripts should import and use to interface with HexChat.

At the moment the scripting interface is not finalized and may (and will) change in a future.

At the moment only Linux is supported.

For instructions on how to write a script, see the HexChat module.

The plugin understands the classic /load, /unload, /reload commands, as well as:

/hs load <filename>
/hs unload <filename>
/hs reload <filename>
/hs list

To automatically load the plugin symlink or copy ~/.cabal/lib/libhexchat-haskell.so (or /usr/local/lib/libhexchat-haskell.so) to ~/.config/hexchat/addons/ (or /usr/lib/hexchat/plugins/).