Once you got familiar with the basic KVIrc command syntax,
and with the local and global variables,
you can start exploring the advanced scripting features.
KVirc allows you to define your own commands called aliases,
and to define custom re-actions to certain events.
The objects expand the scripting possibilities by
introducing complex data structures and C++ like classes.
The predefined object classes allow you
to create your own dialogs, change the KVIrc GUI behaviour and use
sockets. Once you have learned to use the KVIrc objects,
you can safely grab a C++ book and start programming KVIrc modules :).
|