Просмотр исходного кода

* Add comment to config about mixing hub/leaf bots in 1 binary

svn: 2148
Bryan Drewery 21 лет назад
Родитель
Сommit
7cd25791d4
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/conf.c

+ 2 - 0
src/conf.c

@@ -853,6 +853,8 @@ writeconf(char *filename, FILE * stream, int bits)
   comment("# A '+' in front of HOST means the HOST is ipv6");
   comment("# A '/' in front of BOT will disable that bot.");
   comment("#[/]BOT IP|. [+]HOST|. [IPV6-IP]");
+  comment("***** 1.2.3: Hubs CAN be mixed with leaf bots, but is not fully tested; it is not recommended. ******");
+
 #endif /* CYGWIN_HACKS */
   for (bot = conf.bots; bot && bot->nick; bot = bot->next) {
     my_write(f, "%s%s %s %s%s %s\n",