diff options
author | ubq323 <ubq323@ubq323.website> | 2024-03-30 21:42:23 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-03-30 21:42:23 +0000 |
commit | 600a13996eab62b30b73db0009cb0a153986d2fa (patch) | |
tree | df931502f9728487d0bea4e218de8eaee09bd033 | |
parent | 1b5374e35327033409b39241b11841436653438d (diff) |
listener
-rw-r--r-- | listener.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/listener.lua b/listener.lua index 3ca9685..ae13cf2 100644 --- a/listener.lua +++ b/listener.lua @@ -11,7 +11,7 @@ function main() -- more sophisticated cmds later, maybe local pkgname = parsed.msg:gsub("%s","") pm.dl(pkgname) - multishell.launch(pkgname..'.lua') + multishell.launch({},pkgname..'.lua') end end end |