m_lobby.c
Brought to you by:
sjktje
The lobby module checks if the user being lobbied is banned in the lobby channel but it doesn't check if the lobby channel is set +i which means that one can /lobby users through +i.
Perhaps one should use !can_join() instead of is_banned()? can_join checks if the client is banned and if the channel is +i/+k.