Enable use of cached whowas info for /IG* and /UNIG* commands
Previously these codepaths were dead because it was passing an argument like "+HOST" to check_whowas_nick_buffer() in place of the channel name, so it would never find anything. Now that function supports a NULL channel to mean "any channel", so we can use that. The actual code itself needed to be fixed as well, it's now similar to the way userhost_unban() is written.
This commit is contained in:
Reference in New Issue
Block a user