Well nvm guys i got it to work thanks a lot Hammer and Dana smile here is what i have :
Code:
On @*:JOIN:#213:{
  if (%bot_done [ $+ [ $nick ] ] == $nick) { halt }
  if ((!$avoice($nick)) && ($nick !isvoice #213) && ([e]-DCC isin $nick)) {    
    .ctcp $nick xdcc list    
    set %_bots $addtok(%_bots,$nick,46)
    .set %bot_done $+ [ [ $nick ] ] $addtok(%_bots,$nick,46)
    .timer 1 10 .set %_bots $remtok(%_bots,$nick,1,46)    
  }
}

On *:NOTICE:*:?:{ 
  if (($istok(%_bots,$nick,46)) && ($nick !isvoice #213)) { mode #213 +v $nick | /avoice $nick | halt }
}

grin
O yea one more thing smile is there a way i could add it to kick/tem ban them for so many minutes if they dont respond to xdcc list ?

Last edited by Sl1pkn0t; 15/12/02 09:44 PM.