JISIRC is an IRC client framework written in JavaScript.
It includes support for DCC Chats and Sends. It is not an IRC client extendable with JavaScript, it is 100ludes support for DCC Chats and Sends. It is not an IRC client extendable with JavaScript, it is 100% JavaScript (though it has dependancies for DNS, socket, and filesystem support).
The goal of JISIRC is to establish a simple but powerful method for developing bots and other automated IRC applications, as well as GUI IRC client applications.
For example, it is the basis of EasyTMD, an HTA application which fetches movies automatically from IRC FServes.
JavaScript is ideal for IRC scripting, but is supported in few IRC clients and only to extend the clients. By developing an IRC client written in JavaScript, with a very flexible and extensible object-oriented design, anyone can now create powerful applications that operate on IRC networks.
Download from: Sourceforge