Explorar el Código

* Add debug output for WHO

Bryan Drewery hace 16 años
padre
commit
6eb5bcdefe
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/mod/irc.mod/chan.c

+ 2 - 0
src/mod/irc.mod/chan.c

@@ -2018,6 +2018,8 @@ static int got315(char *from, char *msg)
   newsplit(&msg);
   chname = newsplit(&msg);
 
+  putlog(LOG_DEBUG, "*", "END who %s", chname);
+
   if (!chained_who.isEmpty()) {
     // Send off next WHO request
     while (1) {