Hi, I thought about a command to resend the last file sent.
So far I managed to do this:

on 1:filesent:*.*:{ set %lastfile $filename }

then the alias:

resend /dcc send $active %lastfile

but this way I'm only able to resend with an open query window.

I'd like this stuff:

- when i type /resend i want it to ask me "resend the file <filename" with yes - no buttons
- if the focus is not on a query window mirc asks me for the nick to send to
- if there's no %lastfile set mirc says "no lastfile, you're an idiot :P "

thanks a lot wink