X-Chat scripts

Here are some useful and very basic scripts that I wrote to slightly enhance my X-Chat experience. They are written in DMDScript (aka JavaScript/JScript), and probably only have use for Windows platforms, although they should work on others as well (but do... nothing).

I currently use silverx's X-Chat 2.6.0-2 for Windows.


Requirements for all scripts

Download

How to use

  1. Make sure xcdscript plugin is installed, and loaded (by typing: /load -e <path_to_plugin>).

  2. Place script somewhere accessible on your hard drive (X-Chat scripts usually go in "C:\Documents and Settings\%USERNAME%\Application Data\X-Chat 2\").

  3. Load script by typing (in an X-Chat window): /xds_load <path_to_script>.

  4. If you want script to automatically load on startup, type: /xds_append <path_to_script>.

  5. Example:

    /xds_load "C:\Documents and Settings\spockboy\Application Data\X-Chat 2\taskbarflash.ds"
    /xds_append "C:\Documents and Settings\spockboy\Application Data\X-Chat 2\taskbarflash.ds"

Author

Daniel Simmons, spockboy@spockboy.com.
Feedback, comments and bug reports welcome!