Hello,

Not sure if this is a bug or feature request.

I'm writing an interface between IRC and a network. One of its functions is an away message when I'm not signed in.

I'd like to deliver the away message to myself, but mIRC seems to be ignoring the recipient in PRIVMSG messages.

For instance, if my interface daemon sends:

:nick111 PRIVMSG nick222 :message

Then it appears in a window from nick111, not the existing window between me and nick222.

Furthermore, the "nick222" parameter seems to be disregarded altogether.

Thanks and sincerely,
ascription