Subj : src/sbbs3/logon.cpp logout.cpp To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Fri Jan 12 2024 10:33 pm https://gitlab.synchro.net/main/sbbs/-/commit/97adde25f8497538e2b604db Modified Files: src/sbbs3/logon.cpp logout.cpp Log Message: Allow @-codes in text.dat strings: NodeLoggedOnAtNbps and NodeLoggedOff Note: format specifiers (e.g. %s) cannot be combined with @-codes (use one or the other, not both). Fixes issue #696 If you need additional text strings to support @-codes, you'll have to specify them explicitly in feature request issues. .