Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mod_irc_relay: Fix improper assertion.
find_chanpair previously asserted that channel was not NULL. However, it can be NULL for commands for which there is not a channel, e.g. NICK, which previously caused the BBS to abort. Instead, we should just return no match and continue.
- Loading branch information