inspircd / inspircd-contrib

Third-party InspIRCd module repository.
https://www.inspircd.org
66 stars 72 forks source link

[2.0.25] userhost/userip does not respond when using a nick not in use #122

Closed linuxdaemon closed 6 years ago

linuxdaemon commented 6 years ago

When running USERHOST a_nick_not_in_use, the server responds like so:

<< USERHOST a_nick_not_in_use
>> :dev-ca1.snoonet.org 302 linuxdaemon :

Where it should most likely respond with ERR_NOSUCHNICK.

However, USERIP a_nick_not_in_use does not respond at all.

This behavior seems inconsistent between these two commands and also inconsistent with pretty much every other command that looks up data by nick, which normally use the proper ERR_NOSUCHNICK response.

linuxdaemon commented 6 years ago

Woops, wrong repo