Don't update IrcUser modes with channel modes
authorShane Synan <digitalcircuit36939@gmail.com>
Mon, 29 Feb 2016 00:03:37 +0000 (18:03 -0600)
committerShane Synan <digitalcircuit36939@gmail.com>
Mon, 29 Feb 2016 00:06:21 +0000 (18:06 -0600)
commit294e7ee7e918cf4d85ddf4eca1f5bcedabf561eb
tree2981a34130c8f94a99590c94eeabb06a61203b20
parent324ae188301d46e2268462bc0d8411baed8f00b8
Don't update IrcUser modes with channel modes

Remove IrcUser mode updates in IrcChannel.  IrcUsers are shared
between channels, while channel user modes are not.

Showing user modes in the Quassel tooltips need fixed client-side to
check the current channel.
src/common/ircchannel.cpp