10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 66: | Line 66: | ||
if conjunction == "/" then | if conjunction == "/" then | ||
append(" ''or'' ") | append(" ''or'' ") | ||
elseif conjunction == "+" then | elseif conjunction == "+" and not with_needed then | ||
append(" ''and'' ") | append(" ''and'' ") | ||
end | end | ||
Line 155: | Line 155: | ||
remove_temp("^%<[^%>]+%>") | remove_temp("^%<[^%>]+%>") | ||
end | end | ||
append(q .. temp_main .. | append(q .. temp_main .. t .. qq) | ||
end | end | ||
end | end |