diff -r 4c2b35e3d979 -r 9b63fd1196c0 mod_adhoc/adhoc/mod_adhoc.lua --- a/mod_adhoc/adhoc/mod_adhoc.lua Tue Dec 08 21:29:41 2009 +0100 +++ b/mod_adhoc/adhoc/mod_adhoc.lua Wed Dec 09 23:08:19 2009 +0100 @@ -50,7 +50,7 @@ end, 500); module:hook("item-added/adhoc", function (event) - commands[ # commands + 1] = event.item; + commands[ #commands + 1] = event.item; end, 500); local _G = _G;