From: Manuel Nickschas Date: Mon, 19 Mar 2012 21:56:31 +0000 (+0100) Subject: Fix output for a bunch of numeric server replies X-Git-Tag: 0.8.0~1 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=cd16b79d7152cdd84f9d6df2d37f43514f02b596;hp=cd16b79d7152cdd84f9d6df2d37f43514f02b596 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. ---