Add a checkParamCount() for EventStringifier as well
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 8 Oct 2010 06:56:45 +0000 (08:56 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 13 Oct 2010 23:06:33 +0000 (01:06 +0200)
commitf324687be396f9ae7aea2c66a42777c5ba35f5fc
tree98ba6f8be2620992db8c97e91f7307b1c7fb5551
parent615c5621f63360ef11c9cc3519c0462d8b5ec85b
Add a checkParamCount() for EventStringifier as well

Many events are not being processed by CoreSessionEventProcessor (which checks
for a sane param count for the event it handles, so we don't do that in the
stringifier usually); for those that go directly to the stringifier, we need to
check there.
src/core/eventstringifier.cpp
src/core/eventstringifier.h