Explorar o código

* Speedup cookie flushing

Bryan Drewery %!s(int64=16) %!d(string=hai) anos
pai
achega
5677a588dc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/mod/irc.mod/mode.c

+ 1 - 1
src/mod/irc.mod/mode.c

@@ -186,7 +186,7 @@ flush_cookies(struct chanset_t *chan, int pri)
       tputs(serv, outbuf, len);
       /* dprintf(DP_MODE, "MODE %s %s\n", chan->name, out); */
     } else
-      dprintf(DP_SERVER, "MODE %s %s\n", chan->name, out);
+      dprintf(DP_MODE, "MODE %s %s\n", chan->name, out);
   }
 }