Show channel-specific modes in nick tooltips
authorShane Synan <digitalcircuit36939@gmail.com>
Thu, 10 Mar 2016 03:47:27 +0000 (21:47 -0600)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 13 Jun 2016 20:36:10 +0000 (22:36 +0200)
Add a row labeled Modes for channel modes applied to a user.  This
fixes channel modes not showing (more noticeable with multi-prefix).

Channel modes are found with the parent of the parent of the
IrcUserItem, in order of UserCategoryItem -> ChannelBufferItem.

Closes GH-186, finishes the fix in pull request GH-188


No differences found