Subj : src/sbbs3/atcodes.cpp To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Sun Jan 14 2024 08:12 pm https://gitlab.synchro.net/main/sbbs/-/commit/ad12b9b21236615ae51b0112 Modified Files: src/sbbs3/atcodes.cpp Log Message: Fix the recently-added NODE_USER @-code Since "NODE*" is a match for a node number status (ugh), and this comparison happened before the comparison for "NODE_USER", we'd never hit that condition. Thought I tested this before original commit, but I guess I did not. Oops. .