Content deleted Content added
sync |
prefix .. |
||
Line 572:
-- number in the right order.
local _
_ = args[prefix .. cfg.arg.title]
_ = args[prefix .. cfg.arg.above]
-- Limit this to 20 as covering 'most' cases (that's a SWAG) and because
-- iterator approach won't work here
Line 584:
end
end
_ = args[prefix .. cfg.arg.below]
end
|