Coder Social home page Coder Social logo

Comments (8)

NerdieBirdieYT avatar NerdieBirdieYT commented on September 4, 2024 1

Yeah, so essentially, it's due to a server plugin that stylizes the chat, but as is often the case with those, it uses the "game info" channel. "game info" messages don't have you set as the sender when you send something, unlike normal chat messages, so NotifMod can't know that you were the sender and ignore outgoing messages like normal. The fix is simple, but depends on the server's custom chat format.

For your case, try this: .+>.*(\p|nerdiebirdie|birdie|nerdie).* it will tell it to only notify for messages that contain your name after the ">". Let me know if it works! :)

Works like a charm! Thanks so much!

from notifmod.

811Alex avatar 811Alex commented on September 4, 2024

Normally the mod ignores your own messages.
Is this on the normal "chat" filter or did you have to use a different one due to a server-side chat plugin?

from notifmod.

NerdieBirdieYT avatar NerdieBirdieYT commented on September 4, 2024

Normally the mod ignores your own messages. Is this on the normal "chat" filter or did you have to use a different one due to a server-side chat plugin?

It's using the "chat" filter, although I'm trying to use it on a server which has plugins.

from notifmod.

811Alex avatar 811Alex commented on September 4, 2024

Could you send me a screenshot of a chat message, or even better, a log line printed with the "Log message info" setting on?

from notifmod.

NerdieBirdieYT avatar NerdieBirdieYT commented on September 4, 2024

Could you send me a screenshot of a chat message, or even better, a log line printed with the "Log message info" setting on?

Yes! Here's the line:
[21:38:59] [Render thread/INFO]: [NotifMod] Incoming matching message (game info, mention, case-insensitive): ? NerdieBirdieYT > test

And here's an image. I do have a symbol in front of my name due to having a rank.
https://i.imgur.com/v1duDYN.png

from notifmod.

811Alex avatar 811Alex commented on September 4, 2024

ok, so this one says it matched the filter for "game info" mentions
what do you currently have in that one? is it .*(\p|nerdiebirdie|birdie|nerdie).* ?

from notifmod.

NerdieBirdieYT avatar NerdieBirdieYT commented on September 4, 2024

ok, so this one says it matched the filter for "game info" mentions
what do you currently have in that one? is it .(\p|nerdiebirdie|birdie|nerdie). ?

.*(\p|nerdiebirdie|birdie|nerdie).*

0jpxYcd

from notifmod.

811Alex avatar 811Alex commented on September 4, 2024

Yeah, so essentially, it's due to a server plugin that stylizes the chat, but as is often the case with those, it uses the "game info" channel. "game info" messages don't have you set as the sender when you send something, unlike normal chat messages, so NotifMod can't know that you were the sender and ignore outgoing messages like normal. The fix is simple, but depends on the server's custom chat format.

For your case, try this: .+>.*(\p|nerdiebirdie|birdie|nerdie).*
it will tell it to only notify for messages that contain your name after the ">".
Let me know if it works! :)

from notifmod.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.