Pārlūkot izejas kodu

Remove hub warning during update

Bryan Drewery 14 gadi atpakaļ
vecāks
revīzija
5ac60591eb
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      src/mod/update.mod/update.c

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

@@ -216,8 +216,7 @@ static void got_nu(char *botnick, char *code, char *par)
        botunlink(-2, dcc[uplink_idx].nick, "Restructure for update.");
        usleep(1000 * 500);
        botlink("", -3, botnick);
-     } else 
-       putlog(LOG_MISC, "*", "I need to be updated with %li/%s", (long) newbuildts, newcommit);
+     }
    }  
 }