DALnet / bahamut

The Bahamut IRC Daemon
http://www.dal.net/?page=Bahamut
Other
57 stars 42 forks source link

Send a single error when opping a non-existing nick #241

Open progval opened 3 months ago

progval commented 3 months ago

This used to return both ERR_NOSUCHNICK and ERR_USERNOTINCHANNEL:

C: MODE #chan +o nobody S: :My.Little.Server 401 chanop nobody :No such nick/channel S: :My.Little.Server 441 chanop nobody #chan :They aren't on that channel

I changed it to return only ERR_NOSUCHNICK, like other IRCds do.