mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-12 14:04:46 +02:00
57ca415c26
Basically if a $variable is empty, and there is a space before it in the template string then we delete that space. May seem (or is) a bit over the top but this way the template stays clean, and it may be used/useful in other places as well. This is a behavior change, but I think we can live with it. One can opt- out via BUILDVARSTRING_KEEP_SPACE_FOR_EMPTY_VAR.