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)
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.


No differences found