$system.checkModule Checks if a KVIrc module is loadable |
Usage |
<boolean> $system.checkModule(<module_name:string>) |
Description |
Attempts to load the specified module and returns $true if successful and $false otherwise. This can be effectively used to test if a KVIrc extension module is present on the system and can be loaded by the KVIrc engine. |