Ver Fonte

Fix logic to allow 5

Bryan Drewery há 14 anos atrás
pai
commit
6b79797633
1 ficheiros alterados com 1 adições e 1 exclusões
  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;