Subj : src/sbbs3/js_msgbase.c To : Git commit to main/sbbs/master From : Rob Swindell (on Windows) Date : Mon May 08 2023 06:07 pm https://gitlab.synchro.net/main/sbbs/-/commit/de41e1b7a314ceaacfb6c321 Modified Files: src/sbbs3/js_msgbase.c Log Message: Use js_argc() to generate the helpful exception when insufficient args used .... rather than just failing silently with a special return value (e.g. false). .