Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8082b0c

Browse files
committed
up
1 parent b7e75de commit 8082b0c

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

cn/docs/configuration/kbengine_defs.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,22 @@ docsitem: configuration-kbengine-defs
670670
<totalcount> 10 </totalcount> <!-- Type: Integer -->
671671
<ticktime> 0.1 </ticktime> <!-- Type: Float -->
672672
<tickcount> 2 </tickcount> <!-- Type: Integer -->
673-
</defaultAddBots>
673+
</defaultAddBots>
674+
675+
<!-- 机器人账号相关
676+
(about bots-accounts)
677+
-->
678+
<account_infos>
679+
<!-- 机器人账号名称的前缀
680+
(The account name prefix)
681+
-->
682+
<account_name_prefix> bot_ </account_name_prefix>
683+
684+
<!-- 机器人账号名称的后缀递增, 0使用随机数递增, 否则按照baseNum填写的数递增
685+
(The account name suffix, 0 is the use of random number, Otherwise, use baseNum and increasing.)
686+
-->
687+
<account_name_suffix_inc> 0 </account_name_suffix_inc><!-- Type: Integer -->
688+
</account_infos>
674689
</bots>
675690
676691
<messagelog>

docs/configuration/kbengine_defs.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,16 @@ there is no conflict in the development along with updated engine or multiple pr
501501
<totalcount> 10 </totalcount> <!-- Type: Integer -->
502502
<ticktime> 0.1 </ticktime> <!-- Type: Float -->
503503
<tickcount> 2 </tickcount> <!-- Type: Integer -->
504-
</defaultAddBots>
504+
</defaultAddBots>
505+
506+
<!-- about bots-accounts -->
507+
<account_infos>
508+
<!-- The account name prefix -->
509+
<account_name_prefix> bot_ </account_name_prefix>
510+
511+
<!-- The account name suffix, 0 is the use of random number, Otherwise, use baseNum and increasing. -->
512+
<account_name_suffix_inc> 0 </account_name_suffix_inc><!-- Type: Integer -->
513+
</account_infos>
505514
</bots>
506515
507516
<messagelog>

0 commit comments

Comments
 (0)