7 lines
258 B
Plaintext
Executable File
7 lines
258 B
Plaintext
Executable File
--机器人发言的配置
|
|
RobotChatConfig =
|
|
{
|
|
talkNum = 3, --每个发言周期的发言的机器人的数目
|
|
minInterval = 10, --每个发言周期 时间间隔随机 下限 秒
|
|
maxInterval = 20, --每个发言周期 时间间隔随机 上限 秒
|
|
} |