Browse Source

* Add debug output for WHO

Bryan Drewery 16 years ago
parent
commit
6eb5bcdefe
1 changed files with 2 additions and 0 deletions
  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);
   newsplit(&msg);
   chname = newsplit(&msg);
   chname = newsplit(&msg);
 
 
+  putlog(LOG_DEBUG, "*", "END who %s", chname);
+
   if (!chained_who.isEmpty()) {
   if (!chained_who.isEmpty()) {
     // Send off next WHO request
     // Send off next WHO request
     while (1) {
     while (1) {