Skip to content
Snippets Groups Projects
Commit 54df37db authored by rswindell's avatar rswindell
Browse files

Don't disable abort (Ctrl-C) for QWK logons.

parent bf36c025
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@ bool sbbs_t::logon()
sprintf(str,"%smsgs/n%3.3u.ixb",cfg.data_dir,cfg.node_num);
remove(str); /* remove any pending node message indices */
if(!SYSOP && online==ON_REMOTE) {
if(!SYSOP && online==ON_REMOTE && !qwklogon) {
rioctl(IOCM|ABORT); /* users can't abort anything */
rioctl(IOCS|ABORT);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment