--- src/convwindow.cpp.orig 2005-08-23 18:47:21.000000000 +0200 +++ src/convwindow.cpp 2005-08-23 18:48:56.000000000 +0200 @@ -729,7 +729,7 @@ // show text - toInsert = g_strdup_printf("%s\n", msg); + toInsert = g_strdup_printf("%s\n", g_strchomp(msg)); if (msgType != MT_NOTIFICATION && !(!interpretSmileys && !interpretURIs)) insertTextInterpreted(toInsert, dontApplyColors? NULL: typeStr, url != NULL, &iter); else