From: Sebastian Meyer Date: Fri, 13 Jun 2014 12:52:55 +0000 (+0200) Subject: Checking for single char line endings X-Git-Tag: 0.11.0~33 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=b2eee7d31624cc32a20f01d5b8a612c675f79564;hp=b2eee7d31624cc32a20f01d5b8a612c675f79564 Checking for single char line endings This fixes problems with IRC servers sending only single char line endings. Before the last char on each line for thos servers would be chopped, now Quassel checks how the line ends and chops accordingly. Fixes #1267 ---