Browse Source

* Fix cache on got005 to use 005

Bryan Drewery 17 năm trước cách đây
mục cha
commit
73da22adc8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/mod/server.mod/servmsg.c

+ 1 - 1
src/mod/server.mod/servmsg.c

@@ -245,7 +245,7 @@ got005(char *from, char *msg)
   //Cache the results for later parsing if needed (after a restart)
   //Sending 'VERSION' does not work on all servers, plus this speeds
   //up a restart by removing the need to wait for the information
-  dprintf(DP_CACHE, ":%s 500 . %s", from, msg);
+  dprintf(DP_CACHE, ":%s 005 . %s", from, msg);
 
   while ((tmp = newsplit(&msg))[0]) {
     p = NULL;