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

Changed format of Remote Spy command message.

parent 345d8b51
No related branches found
No related tags found
No related merge requests found
...@@ -329,7 +329,8 @@ int sbbs_t::exec_function(csi_t *csi) ...@@ -329,7 +329,8 @@ int sbbs_t::exec_function(csi_t *csi)
csi->logic=LOGIC_FALSE; csi->logic=LOGIC_FALSE;
return(0); return(0);
} }
bprintf("Spying on Node %d, Ctrl-C to Abort...\r\n\r\n",i); bprintf("*** Synchronet Remote Spy on Node %d: Ctrl-C to Abort ***"
"\r\n\r\n",i);
spy_socket[i-1]=client_socket; spy_socket[i-1]=client_socket;
ansi_len=0; ansi_len=0;
while(online while(online
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment