Explorar el Código

* Display ALL console output with -n

svn: 1570
Bryan Drewery hace 21 años
padre
commit
baf3d04f6f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main.c

+ 1 - 1
src/main.c

@@ -882,7 +882,7 @@ printf("out: %s\n", out);
     dcc[n].addr = iptolong(getmyip());
     dcc[n].addr = iptolong(getmyip());
     dcc[n].sock = STDOUT;
     dcc[n].sock = STDOUT;
     dcc[n].timeval = now;
     dcc[n].timeval = now;
-    dcc[n].u.chat->con_flags = conmask;
+    dcc[n].u.chat->con_flags = LOG_ALL;
     dcc[n].u.chat->strip_flags = STRIP_ALL;
     dcc[n].u.chat->strip_flags = STRIP_ALL;
     dcc[n].status = STAT_ECHO;
     dcc[n].status = STAT_ECHO;
     strcpy(dcc[n].nick, "HQ");
     strcpy(dcc[n].nick, "HQ");