diff --git a/modules/m_cap.c b/modules/m_cap.c index 9572b30c..30fb0b90 100644 --- a/modules/m_cap.c +++ b/modules/m_cap.c @@ -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 */