I have looked everywhere I could for info on this and haven't found any.

On an IRCX network the raw message received when a user get's killed is :

<- :Sysop_xxx!Sysop_xxx@bla KILL nick: bye

mIRC displays by default the following message in the status window:

* nick killed by Sysop_xxx

As per mIRC's help file there is no ON KILL event. Using "raw *:KILL: " to manipulate the message received returns nothing.

I have tried raw *:*: echo -a $rawmsg - $numeric which works very well for everything except for KILL (again it returns nothing)

No doubt that mIRC sees the KILL because it sends the info to the status window. My question is : how can I retrieve this info via a script?

Thanks laugh