Module:Command: Difference between revisions

mNo edit summary
mNo edit summary
Line 83: Line 83:
break
break
end
end
if params[param] ~= '' and params[param]~='?' then
if params[param] and params[param] ~= '' and params[param]~='?' then
hasValue = false
hasValue = false
for k,j in pairs(v) do
for k,j in pairs(v) do