Subj : src/sbbs3/js_bbs.cpp To : Git commit to main/sbbs/master From : Rob Swindell (on ChromeOS) Date : Sun Mar 05 2023 07:12 pm https://gitlab.synchro.net/main/sbbs/-/commit/7a5c6e363d8874a5a4943800 Modified Files: src/sbbs3/js_bbs.cpp Log Message: Add JS bbs methods: save_msg_scan() and reload_msg_scan() These methods aren't normally needed (msg scan config/ptrs are automatically loaded upon logon and saved upon logoff), but for users (e.g. sysops) that can be logged-in concurrently or experimenting with scans, these methods can be useful and I plan to expose in a loadable module next. .