summaryrefslogtreecommitdiff
path: root/listener.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-03-30 21:41:19 +0000
committerubq323 <ubq323@ubq323.website>2024-03-30 21:41:19 +0000
commited29b726fbe6d017dc746aefcb377dcf6d81dc09 (patch)
treea577074fd2a57de7f0c7c483eaab5cab6b9200d1 /listener.lua
parent904c5ac0e0b8cb40346eb04a142eb1f51ba2ed24 (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 09f92aa..d746802 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.run(pkgname..'.lua')
+ multishell.launch(pkgname..'.lua')
end
end
end