pavelmaca / WoT-BattleMessenger

WoT mod: BattleMessenger - filters & antispam
7 stars 3 forks source link

Blocking all messages #6

Open HydrodynamicSynchrotron opened 9 years ago

HydrodynamicSynchrotron commented 9 years ago

Hi,

first off, thank you for this AMAZING mod. It has made WoT so much better.

One thing that I'm trying to do is hide all messages (kind of like the internal "Disable chat") option. Why use BattleMessenger then? Well first I get the chat in replays (which I don't when I disable chat) and secondly if I really want to know I can press return and see the old messages.

The way I'm doing this is by adding the ".*" regex to the pattern matcher.

One single drawback about this approach: It also completely filters out the beeping (debug mode shows that any beep on the map is transmitted as a message with encoded coordinated, such as "aol" which IIRC is "attention to sector A1"). Could it be possible to filter out all messages but have the beeping show up?

Thank you so much! Joshua