Subj : src/sbbs3/userdat.c To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Thu Jan 15 2026 04:38 pm https://gitlab.synchro.net/main/sbbs/-/commit/abf06be881e9b986937c72de Modified Files: src/sbbs3/userdat.c Log Message: Fix "executing xtrn" node_activity() for multiple-concurrent logons (Guests) The name of the external program was pulled from the user record which in this case would always be the last program executed by (any) Guest. Instead, use the (slightly more ambiguous) node.aux field for external program being executed by Guest users or upon any failure to read the user record. .