Addons¶
ZoiteChat ships with a handful of useful plugins that extend the functionality of the client. In order to auto-load custom ones you just place them in an addons subdir within your config folder, manually with /load and /unload, or with .
With the included scripting interfaces you can also use easier to create but equally powerful scripts in languages such as Python. These are loaded/unloaded in the same manner as plugins.
A directory of existing ZoiteChat addons can be found at https://zoitechat.org/addons.php. In addition, since ZoiteChat is based on HexChat, most HexChat and many X-Chat 2 scripts and addons are compatible too, as long as they are written in a supported scripting language.
Exec¶
The exec plugin provides the /exec command for Windows. On Unix platforms there are built-in commands for this and this documentation does not apply to the behavior of those, see /help for more information.
With Exec you can perform commands as if you ran them in the command line. The output will be printed at once, in the end of execution. If the command takes more than 10 seconds to complete, it gets aborted to avoid locking down ZoiteChat. Usage:
/exec ping google.com
FISHLiM¶
Adds FiSH encryption support. You set a password for a conversation/channel, and then all your messages get encrypted. Only those who know the password will be able to read your messages. Usage is simple: first you set the password:
/setkey yoursecretkey
Then you let your fellow chatters know this password. Once they also set the password on their sides, they’ll receive messages decrypted and send them encrypted, too.
You can remove the key with:
/delkey #channel
Update Checker¶
Windows only. Automatically checks for available updates. Can also be manually checked via or by the command:
/updchk
Sysinfo¶
Prints out basic system information on both Windows and Unix. You can either activate in or type:
/sysinfo
Checksum¶
Automatically calculates the SHA-256 checksum of files sent and recieved via DCC.
Winamp¶
Displays your currently playing song via or by command:
/winamp
Note
Windows-only and untested, but may work
Foobar2000 can also be used with the foo_winamp_spam plugin.