diff --git a/src/irc/core/irc-cap.c b/src/irc/core/irc-cap.c index bcaeb10d..5ab8d94f 100644 --- a/src/irc/core/irc-cap.c +++ b/src/irc/core/irc-cap.c @@ -276,6 +276,9 @@ static void event_cap (IRC_SERVER_REC *server, char *args, char *nick, char *add g_free(val); } } + else if (!g_ascii_strcasecmp(evt, "LIST")) { + /* do nothing, fe-cap will handle it */ + } else { g_warning("Unhandled CAP subcommand %s", evt); }