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.
TingPing edited this page Jul 13, 2013
·
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.
You must include .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.