m_cap: Try to append caps even if one is too long

This commit is contained in:
Ed Kellett 2020-10-19 13:00:09 +01:00 committed by Doug Freed
parent 738b5d291e
commit f3439650c0

View file

@ -206,7 +206,7 @@ clicap_generate(struct Client *source_p, const char *subcmd, int flags)
if (!(source_p->flags & FLAGS_CLICAP_DATA)) {
/* the client doesn't support multiple lines */
break;
continue;
}
/* doesn't fit in the buffer, output what we have */