Bug #1538
multiple (semicolon separated) senders do not work for remote highlights
0%
Description
remote highlight issue -> I added a semicolon separated list of senders to a remote highlight and now it's not being triggered at all
this doesn't work at all (no highlighting for either nick) --> nickone!*;anothernick!*
if i remove the ;anothernick!* it starts working for the original nick
this works --> nickone!*
core version --> v0.13.1 (0.13.1+3 git-868af1b1)
client version --> https://github.com/quassel/quassel/commit/3778a12912369eb5add886bb65ca74e9df841744
History
#1 Updated by genius3000 about 5 years ago
- Status changed from New to Feedback
Further discussion on IRC revealed that Regex is enabled for this rule. The sender field also requires the use of regex then (why the single match worked with just '*' is beyond my knowledge). OP is testing with a correct regex syntax and will report back.
#2 Updated by blackntan about 5 years ago
regex works perfectly fine ... maybe an opportunity to note this information in the mouse-over text ... as it doesn't mention regex at all there.