File: old-dcc

package info (click to toggle)
epic4 1%3A3.0-2.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,756 kB
  • sloc: ansic: 56,285; makefile: 631; sh: 161; perl: 30
file content (7 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
# Older implementations of dcc will need this script to handle the
# new DCC REJECT syntax of EPIC3pre1 and upwards
#
on ctcp_reply "% DCC REJECT % *" {
	dcc close $3 $0
	echo Closing DCC $3 to $0 at $0's request
}