Ver código fonte

* Add debug output for WHO

Bryan Drewery 16 anos atrás
pai
commit
6eb5bcdefe
1 arquivos alterados com 2 adições e 0 exclusões
  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) {