ergochat / ergo

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

Slash in channel name prevents sending PRIVMSG due to RELAYMSG #2114

Closed Mikaela closed 6 months ago

Mikaela commented 6 months ago

Reported to me by @CcxCZ. A channel such as #/dev/null can be created and registered, but sending messages there fails due to #/dev/null: Relayed users cannot receive private messages

Mikaela commented 6 months ago

Funnily RELAYMSG #/dev/null is fine though