# auto_get.irc # Marc Majcher 2003 # Simple automatic DCC GET script. # Don't turn this on unless you know exactly what you're doing. echo *** loading DCC auto-get: /autoget, /autoget-off alias autoget { set display off on ^ctcp "% % DCC SEND % *" { //dcc get $0 $4 echo *** got $2 $3 request from $0 --- downloading $4 } set display on echo *** DCC auto-get ON. Use with caution. } alias autoget-off { set display off on ^ctcp "% % DCC SEND % *" { } set display on echo *** DCC auto-get OFF. Please return your seats to the upright position. }