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

No reason to have EX_SH mode be the default.

parent b3d85b44
No related branches found
No related tags found
No related merge requests found
......@@ -281,7 +281,6 @@ bool sbbs_t::writemsg(char *fname, char *top, char *title, long mode, int subnum
|| useron.xedit) {
if(useron.xedit && cfg.xedit[useron.xedit-1]->misc&IO_INTS) {
ex_mode|=EX_SH;
if(online==ON_REMOTE)
ex_mode|=(EX_OUTR|EX_INR);
if(cfg.xedit[useron.xedit-1]->misc&WWIVCOLOR)
......@@ -758,7 +757,6 @@ void sbbs_t::editfile(char *str)
if(useron.xedit) {
editor_inf(useron.xedit,nulstr,nulstr,0,INVALID_SUB);
if(cfg.xedit[useron.xedit-1]->misc&IO_INTS) {
mode|=EX_SH;
if(online==ON_REMOTE)
mode|=(EX_OUTR|EX_INR);
if(cfg.xedit[useron.xedit-1]->misc&WWIVCOLOR)
......
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