Limit user mode updates from WHO to given channel
authorShane Synan <digitalcircuit36939@gmail.com>
Mon, 29 Feb 2016 04:26:17 +0000 (22:26 -0600)
committerShane Synan <digitalcircuit36939@gmail.com>
Mon, 29 Feb 2016 04:30:50 +0000 (22:30 -0600)
commit3adffa2ce33d0918c1e9d2b075557ae2712b638e
tree606017fc2344c15f11f5baa05a06502e856d1fb9
parent294e7ee7e918cf4d85ddf4eca1f5bcedabf561eb
Limit user mode updates from WHO to given channel

Limit user mode updates in WHO replies to the given channel, unless
a '*' is specified indicating any channel.  IrcUsers are shared
between channels, while channel user modes are not.

Showing user modes in the Quassel tooltips need fixed client-side in
IrcUserItem::toolTip(), checking the current channel.
src/core/coresessioneventprocessor.cpp