mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-01 08:16:38 +02:00
fc9bf5d607
This already found a few issues. As a side-effect, this also means you can only use RPL_xxx and ERR_xxx in the 2nd argument from now on. You can no longer use a dynamic integer (eg 'reply') at runtime, since then the format string cannot be checked. More to follow, after making sure it works on Windows too.