As you may know, I have archived the last, known-to-compile source code of the very nice and compact #MagickaBBS on my #Codeberg (https://codeberg.org/ufud-org/MagickaBBS).
Initially, I just wanted to provide the sources there so that they are not lost to time. However, it turns out that with a recent gcc (e.g. gcc 14) several warning messages have preen promoted to error level and as a result I had to tweak the build environment a little. So now the sources will again compile with gcc.
And while I was at it, I've added the missing code for the magichat client so that the built-in chat will now allow several "chat commands" (e.g. switch to a different room, show users in chat, show help etc.).
No rocket-science here: the code for the commands themselves was already implemented by @apam - it was just the client that needed to know how to send these commands.
Merge to main branch will follow today, need to clean up my code additions first.
