Explorar o código

Fix logic to allow 5

Bryan Drewery %!s(int64=14) %!d(string=hai) anos
pai
achega
6b79797633
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;