You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2024. It is now read-only.
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.