summaryrefslogtreecommitdiff
path: root/listener.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-03-30 21:42:23 +0000
committerubq323 <ubq323@ubq323.website>2024-03-30 21:42:23 +0000
commit600a13996eab62b30b73db0009cb0a153986d2fa (patch)
treedf931502f9728487d0bea4e218de8eaee09bd033 /listener.lua
parent1b5374e35327033409b39241b11841436653438d (diff)
listener
Diffstat (limited to 'listener.lua')
-rw-r--r--listener.lua2
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