I've only noticed this on the Rizon network and mIRC 7.52 but I'm getting an invite message from chanserv that I cannot halt or block. This is happening on a fresh install of 7.52.

When I'm in an invite only channel and another user joins I receive a chanserv invite message in the server window which is something new.

This is the message I receive in a debug window
<- :ChanServ!service@rizon.net INVITE nick #chan

I've tried the following events to capture this and only the raw event catches it.

on ^*:invite:*:echo -s on invite: $1-
raw invite:*: { echo -s raw invite: $1- | halt }

The text that appears in the server window is below.

[17:51:17] ChanServ has invited nick to #chan
-
raw invite: nick #chan

Correct me if I'm wrong but most raw events fire before echoing to windows and allow the output to be halted. So it seems like this format of invite message is not being handled like other similar messages.


http://scripting.pball.win
My personal site with some scripts I've released.