Bug 197433 - long lines starting with /me don't get splitted
Summary: long lines starting with /me don't get splitted
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: protocol (show other bugs)
Version: 1.2-alpha3
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-21 23:00 UTC by Daniel Roschka
Modified: 2009-06-22 03:41 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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