Remove redundant parameter check from IrcEventCap
authorShane Synan <digitalcircuit36939@gmail.com>
Mon, 11 Jul 2016 11:14:28 +0000 (07:14 -0400)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 7 Sep 2016 19:29:32 +0000 (21:29 +0200)
commitb4aa5e13d1dd15dca327add244ddeb7e9eb4c5a8
tree92a58224b904141e45732059e16f98b347cfd44b
parenta9c005dc7e3ab74b00d3c161be3dee52584002bf
Remove redundant parameter check from IrcEventCap

Remove the prior direct check of parameter count now that
checkParamCount is used.  checkParamCount is preferred due to logging
a warning when not enough parameters are supplied.
src/core/coresessioneventprocessor.cpp