m_cap: Try to append caps even if one is too long
This commit is contained in:
parent
738b5d291e
commit
f3439650c0
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue