ergochat / ergo

A modern IRC server (daemon/ircd) written in Go.
https://ergo.chat/
MIT License
2.26k stars 180 forks source link

fix #2135 #2136

Closed slingamn closed 6 months ago

slingamn commented 6 months ago

(Not sure if we'll merge this in its current form, but throwing it up so we don't forget about it)

Handling of reserved nicknames is special-cased due to #1594, but we want to send ERR_NICKNAMEINUSE if the nickname is actually in use, since that doesn't pose any client compatibility problems.