@@ -1,5 +1,9 @@
This is a summary of ChangeLog basically.
+1.1.6
+
+1.Fixed a cosmetic error in cmd_downbots.
1.1.5
1.Fixed a small bug in update which only affected hubs.
@@ -733,7 +733,7 @@ static void cmd_downbots(struct userrec *u, int idx, char *par)
}
if (work[0])
- dprintf(idx, "Down bots: %s\n", work);
+ dprintf(idx, "Down bot%s: %s\n", cnt > 1 ? "s" : "", work);
dprintf(idx, "(Total down: %d)\n", tot);
@@ -62,7 +62,7 @@
extern int optind;
const time_t buildts = CVSBUILD; /* build timestamp (UTC) */
-const char egg_version[1024] = "1.1.5";
+const char egg_version[1024] = "1.1.6";
int localhub = 1; /* we set this to 0 if we get a -B */
int role;