[Konversation-devel] [Bug 97354] channel list in whois reply isn't
always parsed correctly
ismail cartman donmez
ismail at kde.org.tr
Sat Mar 26 19:29:49 CET 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=97354
------- Additional Comments From ismail kde org tr 2005-03-26 19:29 -------
CVS commit by cartman:
Fix whois replies containing + correctly. Fixes first part of #97354
CCBUG:97354
M +5 -0 inputfilter.cpp 1.192
--- kdeextragear-2/konversation/konversation/inputfilter.cpp #1.191:1.192
@ -890,4 +890,9 @ void InputFilter::parseServerCommand(con
server->setChannelNick(lookChannel.mid(1), parameterList[1], 8);
}
+ else if(lookChannel.startsWith(" +"))
+ {
+ opChannels.append(lookChannel.mid(2));
+ server->setChannelNick(lookChannel.mid(2), parameterList[1], 4);
+ }
else if(lookChannel.startsWith(" "))
{
More information about the Konversation-devel
mailing list