Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to notify on everything except for what I post? #11

Open
chiel1980 opened this issue Aug 5, 2015 · 4 comments
Open

How to notify on everything except for what I post? #11

chiel1980 opened this issue Aug 5, 2015 · 4 comments

Comments

@chiel1980
Copy link

I want to see notifications when all other users post something in a channel but NOT my own messages.
How can I accomplish this?

Cheers,

Michiel

@chiel1980
Copy link
Author

It seems that /SET notifier_on_regex (?=^(?:(?!jdewey).)*$).* does not work for me (I replaced jdewey with my own nick) and still when I type something it get notified

@root42
Copy link

root42 commented Jan 6, 2016

Do you still have that problem? I tried the above regex and it works for me.

@root42
Copy link

root42 commented Jan 6, 2016

I stand corrected --- having the same problem!

@root42
Copy link

root42 commented Jan 6, 2016

Ok, the problem is that the default script registers for ALL events. Even the own_privmsg and own_publicmsg ones. Those will trigger a notification since they do not contain your nick as the sender, for some reason. It would be much nicer if one could configure which events will be watched. E.g. a simple list of events in the config file that can be used to filter only relevant events.

Mabye I'll whip up a patch sometime in the future...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants