Calculate senderHash for Action messages
authorShane Synan <digitalcircuit36939@gmail.com>
Fri, 17 Jun 2016 01:16:40 +0000 (21:16 -0400)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 6 Sep 2016 20:14:48 +0000 (22:14 +0200)
commit6509162911c0ceb3658f6a7ece1a1d82c97b577e
tree406baa0076c6335d3eca7f2bd7eccebd139cbfe9
parentfaa66f7e00aeeea661b46f01bdfc715567eef669
Calculate senderHash for Action messages

Fixes stylesheets not being able to reference sender hashes in Qss
selectors.

Allows the following to work:
ChatLine::nick#action[sender="00"]   { foreground: #e90d7f; }

Just like this currently works:
ChatLine::nick#plain[sender="00"] { foreground: #e90d7f; }
src/uisupport/uistyle.cpp