Interesting Question, here is a snipped I came up with:
Alias Copy_me {
window @Database
play -be @Database
var %lines = $play(@Database).lines
savebuf -a %lines @Database pastedb.txt
}
Basically the above code plays the the clipboard to a custom window and when it's done, it is saves what was played to that window to a file named pastedb.txt, which you can play back to a person using a standard play command.
If you paste me your current code, I could adapt the snipped to suit your needs, but hopefully the above code is enough to get you started
