diff -aur konversation-1.0.1/konversation/src/channel.cpp konversation-1.0.1-fixed/konversation/src/channel.cpp --- konversation-1.0.1/konversation/src/channel.cpp 2006-10-06 18:43:29.000000000 +0200 +++ konversation-1.0.1-fixed/konversation/src/channel.cpp 2007-09-05 01:10:52.000000000 +0200 @@ -890,7 +890,7 @@ } // Send all strings, one after another - QStringList outList=QStringList::split('\n',outputAll); + QStringList outList=QStringList::split(QRegExp("[\r\n]+"),outputAll); for(unsigned int index=0;index