irssi-notifier icon indicating copy to clipboard operation
irssi-notifier copied to clipboard

How to notify on everything except for what I post?

Open chiel1980 opened this issue 10 years ago • 4 comments
trafficstars

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 avatar Aug 05 '15 13:08 chiel1980

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

chiel1980 avatar Aug 05 '15 14:08 chiel1980

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

root42 avatar Jan 06 '16 13:01 root42

I stand corrected --- having the same problem!

root42 avatar Jan 06 '16 13:01 root42

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...

root42 avatar Jan 06 '16 14:01 root42