Make sure IrcEventTopic always has two params
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 5 Oct 2010 16:17:47 +0000 (18:17 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 13 Oct 2010 23:06:32 +0000 (01:06 +0200)
commit96cd8441f9ab217b1d3c2ba0f2899ef64ca781e4
tree83a5131e25721c97581dee452b95fd10d9f43e55
parentd60c5028b49a95d3c27c35b2ea1d74cdd7bb0e46
Make sure IrcEventTopic always has two params

In case of an empty topic, adding a null string in the event saves us from
specialcasing this in a few places.
src/core/ircparser.cpp