Handle non-standard missing event parameters
authorShane Synan <digitalcircuit36939@gmail.com>
Wed, 29 Jun 2016 21:16:42 +0000 (17:16 -0400)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 7 Sep 2016 19:29:32 +0000 (21:29 +0200)
commit815f878218872c630f0b054aee40f524cad8f1a8
treee415e1daf6aead9f1c221a9db94d232cdeac67c3
parentc37f66ea674fa946ca569d368094ea4adc48fb0f
Handle non-standard missing event parameters

Improve 'IrcEventAway', 'IrcEvent330', and 'IrcEvent403' to be more
resilient to missing parameters.  We don't need all of the parameters
to get the needed information.

These event handlers were introduced as part of the IRCv3 changes and
shouldn't modify how 0.12.4 handled commands.
src/core/coresessioneventprocessor.cpp