Is there a way to trigger an ON INPUT remote after the INPUT line has been handled/sent by mirc ? Like what mirc is doing for
ctcp *:version:*:/ctcpreply ...
(mirc is sending the reply before the remote is run)
I know that I can enclose my code between "/say $1-" and "/halt" but this will need other modifications (the code is split in aliases used in other places).
Thanks