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


No differences found