$NetBSD: patch-aa,v 1.3 2008/06/08 01:21:37 tonnerre Exp $

--- konversation/scripts/media.orig	2006-10-06 18:43:29.000000000 +0200
+++ konversation/scripts/media
@@ -269,6 +269,7 @@ def playing(playerList, mode=None):
     for i in playerList:
         s=i.get(mode)
         if s:
+	    s=re.replace(r'[\r\n]', ' ', s)
             tell([IRC_SERVER, TARGET, s], 'say' )
             return 1
     return 0