Bug #453
Nick-Highlightning does not work
Start date:
12/28/2008
Due date:
% Done:
100%
Estimated time:
Version:
0.3.1+
OS:
Any
Description
My Nickname on IRC is "Steve`" (with a backtick at the end). Nick-Highlightning only works if the last char isn't a backtick.
A sample screenshot is attached.
Associated revisions
History
#1 Updated by Sputnick almost 16 years ago
- Status changed from New to Resolved
- Assignee set to Sputnick
- Target version set to 0.4.0
- % Done changed from 0 to 100
- Version set to 0.3.1+
Seems to be a bug in QRegExp, worked around it and filed bug upstream.
http://git.quassel-irc.org/?p=quassel.git;a=commit;h=22a2567a8f933c94534775c560eff56168ae3078
Work around a QRegExp bug where a `\b never seems to match
Fixes #453. Bug filed upstream.