(irc) Better param parsing
This commit is contained in:
parent
12215266d0
commit
6b8823d213
|
@ -525,7 +525,7 @@ IrcProtocol::_LineParameters(BStringList words, BString line)
|
|||
// Last parameter is preceded by a colon
|
||||
int32 index = line.RemoveChars(0, 1).FindFirst(" :");
|
||||
if (index != B_ERROR)
|
||||
params.Add(line.RemoveChars(0, index + 1));
|
||||
params.Add(line.RemoveChars(0, index + 2));
|
||||
return params;
|
||||
}
|
||||
|
||||
|
|
Ŝarĝante…
Reference in New Issue