This is somewhere between a possible bug and a feature suggestion. Someone might even be able to explain why or what this is.

Lately I've been receiving "ChanServ has invited nick to #chan" messages in my server status window. I've been on mirc 7.49 since before this started and haven't changed any scripts either. So my guess is it's something new from the network. I tried blocking that message with the on invite event and noticed that the event did not get that message. I then tried using raw invite and that captured it but I am unable to halt it.

Below is a normal invite from another user and then the message from channelserv saying a user joined the +i channel.

pballz inviting me to channel
<- :pballz!pball@pball.tigre.lives.forever INVITE pball :#chan

pballz joining +i channel
<- :ChanServ!service@rizon.net INVITE pballz #chan


This raw event triggers on that message but it doesn't halt it.
raw invite:*: if ($2 = #chan) { echo -a yay | haltdef }


So this could be a bug since mirc isn't picking up that invite message with the on invite event and it's not allowing it to be halted in the raw event either. Or it could be a feature suggestion if this is something new and previously unaccounted for.


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