You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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...
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
The text was updated successfully, but these errors were encountered: