Selaa lähdekoodia

Remove hub warning during update

Bryan Drewery 14 vuotta sitten
vanhempi
commit
5ac60591eb
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  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);
+     }
    }  
 }