Jelajahi Sumber

Fix logic to allow 5

Bryan Drewery 14 tahun lalu
induk
melakukan
6b79797633
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/conf.c

+ 1 - 1
src/conf.c

@@ -697,7 +697,7 @@ readconf(const char *fname, int bits)
     }
   }                             /* while(fgets()) */
 
-  if (bots >= 5)
+  if (bots > 5)
     werr(ERR_TOOMANYBOTS);
 
   delete stream;