📄 dcc_timeout
字号:
@ dcc.inbound.threshhold = 0@ dcc.outbound.threshhold = 0on #-timer -333 * { ^stack push on dcc_list ^on dcc_list * # if (dcc.inbound.threshold) { ^on -dcc_list "* * * Offered *" { if (time() - [$4] > dcc.inbound.threshhold) { dcc close $0 $2 } } } if (dcc.outbound.threshold) { ^on -dcc_list "* * * Waiting *" { if (time() - [$4] > dcc.outbound.threshhold) { dcc close $0 $2 } } } ^//dcc list ^stack pop on dcc_list}#hop'98
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -