12 lines
409 B
Text
12 lines
409 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2010/04/10 22:23:05 markd 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
|