瀏覽代碼

svn: 1797

Bryan Drewery 21 年之前
父節點
當前提交
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.ip6 ? bot->net.ip6 : "",
                       bot->net.host6 ? bot->net.host6 : "",
-                      bot->hub
+                      bot->hub,
                       bot->pid);
     }
   }