Subj : src/sbbs3/js_system.c To : Git commit to main/sbbs/master From : Rob Swindell (on Windows) Date : Thu Feb 09 2023 11:50 am https://gitlab.synchro.net/main/sbbs/-/commit/8635b5105a097d06bfd67444 Modified Files: src/sbbs3/js_system.c Log Message: Allow system.matchuserdata() to search deleted user records Insert an optional boolean argument to enable a search through deleted and inactive user records (in addition to active user records). This is part of the solution to the problem described in issue #513 where the UEDIT sysop command did not go to a specified user (by alias) automatically, presumably because the user record was marked as deleted. .