Skip to content

Commit

Permalink
SQUASH: feat(pkuxkx): ask 机器人
Browse files Browse the repository at this point in the history
  • Loading branch information
dzpao committed Dec 12, 2023
1 parent ce0e3aa commit 41ff457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mud/pkuxkx/plugins/basic/cmds/ask.tin
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ VAR {上次 ask 的时间} ask.lastTime {0};
#delay ask.loop.retry {ask.loop.do} {@math.Eval{$ask.CD * 4}};
};

#local delay {@math.Min{0; @math.Eval{$ask.lastTime + $ask.CD - @time.Now{}}}};
#local delay {@math.Max{0; @math.Eval{$ask.lastTime + $ask.CD - @time.Now{}}}};
#delay ask.loop.next {sync.Wait ask.loop.do} $delay;
};

0 comments on commit 41ff457

Please sign in to comment.