ViRC and ManiFoldScript2006 Technical Information

Just a bit of Techie info about ViRC for those who may be interested.
For instance you can Load other scripting languages into ViRC.
The Graphics below show how I have ViRC scipting setup on one of my computers.

Language JavaScript
(Script Code goes here)
EndLanguage
Language JavaScript
var j = 0;
for (i = 1; i <= 1000; i++)
j += i;
ViRCScript.Execute("MessageBox " + j);
EndLanguage
As you see you're not stuck with only one method of writing some specialized code as with other IRC client programs.
ViRC also has a Delphi Converter included. This is a very handy feature too. It is Dconv.exe
Example Below:
Use:
DCONV infile.dfm outfile.vsc
This will convert the Delphi code from infile.dfm to the ViRCScript code outfile.vsc.
In addition to the default VSC script code ViRC also have another default code called ObjectViRCScript code.
I have included a lot of documentation which can be accessed by clicking Help.