Fix output for a bunch of numeric server replies
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 19 Mar 2012 21:56:31 +0000 (22:56 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 19 Mar 2012 21:56:31 +0000 (22:56 +0100)
commitcd16b79d7152cdd84f9d6df2d37f43514f02b596
tree4783a6ccebbe01f1d4e0488de156060777cd6c0d
parent82e3e9ecf0dab3fe687fe1b690333308aaafbe50
Fix output for a bunch of numeric server replies

First of all, takeFirst() does not work on a const ref *cough*. And second, we should
not reorder the param in the message like we did before purely for prettyness;
some servers seem to send non-standard strings that then look awkward. Instead,
let's just add a colon after the first param.
src/core/eventstringifier.cpp