From: Bas Pape Date: Tue, 4 Dec 2012 19:06:57 +0000 (+0100) Subject: Only chop \r\n instead of trimming all whitespace X-Git-Tag: 0.9-beta1~44 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;h=b426e5347d81b8cf1c5f2e2d71ec7bfd984cd5f7;hp=b426e5347d81b8cf1c5f2e2d71ec7bfd984cd5f7;p=quassel.git Only chop \r\n instead of trimming all whitespace Any whitespace in front of the protocol's \r\n is part of the message and thus should not be trimmed. Fixes #1197 ---