--- src/convwindow.cpp.orig 2006-07-06 15:00:02.000000000 +0200 +++ src/convwindow.cpp 2006-07-06 15:00:24.000000000 +0200 @@ -795,7 +795,7 @@ // show text - toInsert = g_strdup_printf("%s\n", msg); + toInsert = g_strdup_printf("%s\n", g_strchomp(msg)); if (msgType != MT_NOTIFICATION && msgType != MT_ERROR && !(!interpretSmileys && !interpretURIs)) insertTextInterpreted(toInsert, dontApplyColors? NULL: typeStr, url != NULL, &iter); else