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

Off-line/event REP packet extraction runs off-line now (online==ON_LOCAL, not 0).

parent de8dee48
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ bool sbbs_t::unpack_rep(char* repfile)
if(k>=cfg.total_fextrs)
k=0;
ex=EX_OUTL|EX_OUTR;
if(!online)
if(online!=ON_REMOTE)
ex|=EX_OFFLINE;
i=external(cmdstr(cfg.fextr[k]->cmd,str,ALLFILES,NULL),ex);
if(i) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment