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

+ 1 - 1
src/mod/update.mod/update.c

@@ -175,7 +175,7 @@ static void got_nu(char *botnick, char *code, char *par)
   struct bot_addr *bi = NULL, *obi = NULL;
 
   bot = tandbot;
-  if (!strcmp(bot->bot, botnick)) //dont listen to our uplink.. use normal upate system..
+  if (!strcmp(bot->bot, botnick)) /* dont listen to our uplink.. use normal upate system.. */
     return;
   if (!localhub)
     return;