is there a way to pass the contens of the debug replies to a script ... i m trying to make a script that acts on the privmsg commands before mIRC interprets them ... (befor mirc says its a msg, notice, action etc ..)

i was wondering if there was an option to the debug command like :

/debug -t @debug COMMAND

alias COMMAND {
if (privmsg isin $1-) { etc ... }
}