Subj : src/sbbs3/answer.cpp To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Mon Jan 19 2026 04:06 am https://gitlab.synchro.net/main/sbbs/-/commit/f6746e937c8b888e60114770 Modified Files: src/sbbs3/answer.cpp Log Message: Don't execute login module if user already disconnected which might log the (new) error message: Error -1 executing login module Users can easily disconnect before the login module is executed (e.g. during a pause prompt while displaying text/answer.*). We still might need more disconnection detection in login.js or lower the severity of the logged error if login.js still gets auto-terminated due to disconnection (which results in a -1 exit code if ungracefully terminated). .