Skip to content

Commit

Permalink
feat(pkuxkx): 手动登录模式下关闭不必要的触发
Browse files Browse the repository at this point in the history
  • Loading branch information
dzpao committed Dec 8, 2023
1 parent dcd3a4c commit fd93f52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mud/pkuxkx/plugins/basic/login.extra.tin
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ PaoTin++ © 2020~2023 的所有版权均由担子炮(dzp <[email protected]>)
};
};

#if { @isTrue{$login[user][manual]} } {
#class login.auto-login close;
#delay {online.WatchDog} {#zap} {600};
#return;
};

#line oneshot #action {^此ID档案已存在,请输入密码:$} {
#if { "$login[user][passwd]" != "" } {
xtt.Answer {$login[user][passwd]};
Expand Down

0 comments on commit fd93f52

Please sign in to comment.