Plugin system update

This commit is contained in:
bergware
2022-07-09 20:29:25 +02:00
parent 16bda3d582
commit 680ce155bc

View File

@@ -15,7 +15,7 @@
$method = $argv[1];
$plugins = explode('*',$argv[2]);
$console = $argv[$argc-1] != 'nchan'; // console or nchan output
$call = ['plg' => 'plugin', 'xml' => 'language'];
$call = ['plg' => 'plugin', 'xml' => 'language', '' => 'language'];
function done() {
write('_DONE_');