Feature #1283
Highlight ignore feature
Start date:
05/13/2014
Due date:
% Done:
100%
Estimated time:
OS:
Any
Description
I noticed that highlight regexes like "(?!identified for) Yepoleb" don't work, because they don't have to match the full message. I think this would be the easiest way to implement ignore highlights, but adding a new ignore type would work too and may be more user friendly.
Related issues
History
#1 Updated by genius3000 about 6 years ago
- Related to Feature #989: Add ignore highlight option in a channel's context menu added
#2 Updated by genius3000 about 6 years ago
- Status changed from New to Resolved
- Target version set to 0.13.0
- % Done changed from 0 to 100
This can be done in 0.13 (as of this comment, -rc1 is out) with remote highlights.
There's a 'Highlight Ignore Rules' tab, which can be used just like a highlight rule, but to not highlight. This should also be possible with some fancy regex work in earlier versions, but we shouldn't have to get into that. :)
#3 Updated by genius3000 about 6 years ago
- Related to Feature #1358: Ignore highlights from certain users added