Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.
Patrick edited this page Jul 2, 2021 · 9 revisions

Usage

Autoloading

To have scripts autoload simply place them in these folders:

  • Windows: %APPDATA%\HexChat\addons
  • Unix: ~/.config/hexchat/addons

Commands

For managing scripts the plugin uses the standard load, unload, and reload commands. For loading it must have .js in the filename or else it will be ignored.

The js command is used for running code directly, this can be useful for testing. It will directly print what functions return in the chat.

Clone this wiki locally