# Specify handle with the +D flag
set Dhandle "Dcrew"
bind PUB - !request request:song
proc request:song {nick uhost hand chan arg} {
global Dhandle
putdcc [hand2idx $Dhandle] "\002$nick\002 requests: [join [lrange [split $arg] 0 end]]"
}
add a handle with +D flag (.i.e .+user Dcrew ; .chattr Dcrew +D ; .+host Dcew *!*@hosts....)
then whenever someone requests a song, the bot will send the Dcrew handle (i.e. the users with +D flag) nick requests: bla bla..