summaryrefslogtreecommitdiff
path: root/listener.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-01 02:11:21 +0100
committerubq323 <ubq323@ubq323.website>2024-04-01 02:11:21 +0100
commit6b0355a7deaee8737fcf3a7d84c88ac678056447 (patch)
tree1c4c9f2dd034d90976468047353be156c327e50d /listener.lua
parentd6e1b79be856d030895f986ccf94a3cd9cc8898a (diff)
launch
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 d8728e7..4f14a37 100644
--- a/listener.lua
+++ b/listener.lua
@@ -37,7 +37,7 @@ function main()
else
local op = words[3]
if ops[op] then
- ops[op](unpack(args,4))
+ ops[op](unpack(words,4))
else
print("unknown op "..op)
end