• src/sbbs3/answer.cpp atcodes.cpp con_out.cpp exec.cpp ftpsrvr.c getmsg

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sat Feb 18 21:22:23 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/bd69af94da93456cab26f24e
    Modified Files:
    src/sbbs3/logout.cpp
    Log Message:
    Insure there's at least one space between stats in .lol files

    The format string used did not insure there was any space between fields leading to very hard to parse stats, like this:
    User 2 SSH 12:25 12:39 14554 0 0 0 0 0

    That's 554 msgs read in 14 minutes online, but well, you see what I'm say'n.