aboutsummaryrefslogtreecommitdiffstats
path: root/test/luabot.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/luabot.lua')
-rw-r--r--test/luabot.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/luabot.lua b/test/luabot.lua
index 84696fb..6d94350 100644
--- a/test/luabot.lua
+++ b/test/luabot.lua
@@ -55,6 +55,7 @@ local commands = {
if result[1] == nil then
irc.say(target, from .. ": nil")
else
+ for i, v in ipairs(result) do result[i] = tostring(v) end
irc.say(target, from .. ": " .. table.concat(result, ", "))
end
end