diff --git a/src/sbbs3/makeuser.c b/src/sbbs3/makeuser.c index bd50c4690db9bdbe9f7a30c87ab762bacb4d2644..e82ccc8e779f2788a15a2f6fbc10772a48b8af8d 100644 --- a/src/sbbs3/makeuser.c +++ b/src/sbbs3/makeuser.c @@ -161,6 +161,7 @@ int main(int argc, char **argv) user.shell=scfg.new_shell; user.misc=(scfg.new_misc&~(DELETED|INACTIVE|QUIET|NETMAIL)); + user.misc|=AUTOTERM; /* No way to frob the default value... */ user.qwk=QWK_DEFAULT; user.firston=now; user.laston=now; /* must set this or user may be purged prematurely */