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 Jan 24, 2024
1 parent 83efebe commit 6c129e0
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 @@ -78,7 +78,7 @@ VAR {上次 ask 的时间} ask.lastTime {0};
#class ask.loop.do close;

#var ask.lastTime {@time.Now{}};
xtt.Send ask $req[who] about $req[what];
xtt.Send {ask $req[who] about $req[what]};
sync.Wait {ask.loop.done};
#delay ask.loop.retry {ask.loop.do} {@math.Eval{$ask.CD * 4}};
};
Expand Down

0 comments on commit 6c129e0

Please sign in to comment.