KVirc scripting reference


Before starting to 'think' on a script you must read and understand the general command syntax reference
KVirc can 'understand' complex commands typed in a window , and its internal language is expanding at every release.
Once you're able to use commands in the command line , you can think about 'automatizing' some operations.
The first powerful feature in KVirc is the ALIASES SECTION.
You can use an alias to create new commands or shortcuts for complex operations.
For example if you're an oper , and want to use the unimplemented OPER command , you can simply create the 'OPER' alias.
The commands can be called from POPUP MENUS that you can easily create with the built-in editor.
KVirc also supports EVENT HANDLERS similar to the mIrc's REMOTE scripting section.
In that way you can handle the unimplemented server replies , react to joins,parts,ops,deops..
Finally your script can be saved to a portable file format, easy to distribute and load.

Index