Bug 197433

Summary: long lines starting with /me don't get splitted
Product: [Applications] konversation Reporter: Daniel Roschka <danielroschka>
Component: protocolAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.2-alpha3   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Daniel Roschka 2009-06-21 23:00:24 UTC
Version:           1.2-alpha3 (using KDE 4.2.4)
OS:                Linux
Installed from:    Debian testing/unstable Packages

Usually, when you write a lot of text, konvi wrapps it to more than one line to fit the maximum line length in the irc protocol. When using /me it doesn't wrap the lines.
Comment 1 Eike Hein 2009-06-22 03:41:33 UTC
SVN commit 985068 by hein:

Implement line splitting for actions (i.e. usage of the '/me'
command). We send the first segment as an action and any fur-
ther as regular messages as it seems to make the mose sense
formatting-wise.
BUG:197433


 M  +11 -0     ChangeLog  
 M  +18 -9     src/irc/channel.cpp  
 M  +34 -7     src/irc/outputfilter.cpp  
 M  +1 -1      src/irc/outputfilter.h  
 M  +16 -7     src/irc/query.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=985068