diff --git a/src/irc.c b/src/irc.c index 147a315..6f436d5 100644 --- a/src/irc.c +++ b/src/irc.c @@ -1709,6 +1709,8 @@ static int irc_mode(struct link_server *server, struct line *line) } } break; + case 'f': + case 'j': case 'l': if (add) cur_arg++;