Subj : src/sbbs3/userdat.c To : Git commit to main/sbbs/master From : Rob Swindell (in GitKraken) Date : Thu Mar 02 2023 06:56 pm https://gitlab.synchro.net/main/sbbs/-/commit/14125aa4b0aa0bf027f77361 Modified Files: src/sbbs3/userdat.c Log Message: The NoAccess* text.dat strings are not appropriate 'reason' codes These text.dat strings require an argument (and normally used with the NOACCESS @-code which uses the noaccess_str and noaccess_val member variables), so not appropriate to use as a reason code here. Use more generic (no argument) text.dat item numbers instead. .