dcc_timeout

来自「EPIC IRC客户端。来源于IRCII客户端但做了很多性能和功能的优化。」· 代码 · 共 26 行

TXT
26
字号
@ 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 + =
减小字号Ctrl + -
显示快捷键?