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

Modified remote SPY function to default pause line counter and disable spy...

Modified remote SPY function to default pause line counter and disable spy output while in Ctrl-P function.
parent 5a970f9b
No related branches found
No related tags found
No related merge requests found
......@@ -371,11 +371,15 @@ int sbbs_t::exec_function(csi_t *csi)
continue;
}
if(ch==16) { /* Ctrl-P Private node-node comm */
nodesync(); /* read any waiting messages */
lncntr=0; /* defeat pause */
spy_socket[i-1]=NULL; /* disable spy output */
nodesync(); /* read waiting messages */
nodemsg(); /* send a message */
spy_socket[i-1]=client_socket; /* enable spy output */
continue;
}
if(ch==21) { /* Ctrl-U Users online */
lncntr=0; /* defeat pause */
whos_online(true); /* list users */
continue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment