[Konversation-devel] [Bug 111661] CTCP VERSION reply on svn is broken
Harald Sitter
sitter.harald at gmx.net
Sun Aug 28 20:40:42 CEST 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=111661
sitter.harald gmx net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From sitter.harald gmx net 2005-08-28 20:40 -------
SVN commit 454369 by psn:
Ok another try to fix CTCP hopefully I don't break something else this
time...
M +1 -1 inputfilter.cpp
--- trunk/extragear/network/konversation/src/inputfilter.cpp #454368:454369
@ -128,7 +128,7 @
{
bool isChan = isAChannel(parameterList[0]);
// CTCP message?
- if(server->identifyMsg() && (trailing.at(1) != QChar(0x01) || \
trailing.lower().contains(0x01 + "action"))) { + if(server->identifyMsg() && \
(trailing.at(0) == '+' || trailing.at(0) == '-')) { trailing = trailing.mid(1);
}
More information about the Konversation-devel
mailing list