irssi-notifier
irssi-notifier copied to clipboard
How to notify on everything except for what I post?
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
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
Do you still have that problem? I tried the above regex and it works for me.
I stand corrected --- having the same problem!
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...