Subj : src/sbbs3/atcodes.cpp js_bbs.cpp sbbs.h To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Wed Jan 21 2026 01:26 am https://gitlab.synchro.net/main/sbbs/-/commit/1863b22c6e5e333953d29fa4 Modified Files: src/sbbs3/atcodes.cpp js_bbs.cpp sbbs.h Log Message: Add bbs.optext writable string property and OPTEXT @-code (for displaying it) Similar to how the OPTEXT @-code is used on PCBoard. You can do the same thing with the STR @-code (and the bbs.command_str property) and similarly with the JS: @-code, but this is simpler for sysops to use and doesn't get overwritten by anything the way bbs.command_str does. .