core: handleMode: Fix persistent modes reset
authorgenius3000 <genius3000@g3k.solutions>
Thu, 11 Jan 2018 04:54:41 +0000 (21:54 -0700)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 1 May 2018 20:25:31 +0000 (22:25 +0200)
The check for '-reset' currently comes after a bufferName is
prepended to params, therefore never being true.
Move this check to be first and add a reply to the client.

Closes GH-322.


No differences found