Bryan Drewery 21 лет назад
Родитель
Сommit
8112258e3f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/cmds.c

+ 1 - 1
src/cmds.c

@@ -1877,7 +1877,7 @@ static void cmd_conf(int idx, char *par)
                       bot->net.host ? bot->net.host : "",
                       bot->net.host ? bot->net.host : "",
                       bot->net.ip6 ? bot->net.ip6 : "",
                       bot->net.ip6 ? bot->net.ip6 : "",
                       bot->net.host6 ? bot->net.host6 : "",
                       bot->net.host6 ? bot->net.host6 : "",
-                      bot->hub
+                      bot->hub,
                       bot->pid);
                       bot->pid);
     }
     }
   }
   }