Content deleted Content added
No edit summary |
use config |
||
Line 806:
)
if success and shell_listas_value~='' then
if args.listas==shell_listas_value then -- same value in both (with spacing trimming)
add_category(
end
else -- listas is blank or not defined in banner shell
add_category(cfg.banner_shell.category.move_listas)
end
end
|