[Konversation-devel] [Bug 138781] Implement /kill
Niklas Boelter
niklas at frubar.net
Sat Dec 23 02:21:52 CET 2006
------- 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=138781
niklas frubar net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
------- Additional Comments From niklas frubar net 2006-12-23 02:21 -------
I think there is a bug at this line:
result.toServer = "KILL " + victim + " :" + parameter.right(victim.length());
it should be the rest of the string, so
result.toServer = "KILL " + victim + " :" + parameter.right(parameter.length()-(1 + victim.length()));
would be better.
[Sorry for any mistakes, I have never used C++ before, but I hope you got the point.]
More information about the Konversation-devel
mailing list