mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-28 23:06:38 +02:00
c100059fa7
print copy-pastable config blocks. Previously we used add_name_list(), which uses insert at beginning, which would reverse the order. Also changed duplicate_name_list() to preserve order. Previously it reversed the order of all items.