Comment 7 for bug 507072

Revision history for this message
Alexey Sokolov (darthgandalf) wrote :

Current Terence's implementation violates CAP specs.
Now xchat looks only to first capability returned by server.
So, "LS :identify-msg multi-prefix" works, but "LS :multi-prefix identify-msg" doesn't.
This patch makes xchat to look the whole cap list, not only the first one.