summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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