You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rest of Atheme pretty much only accepts single-"word" channels, but ChanServ/INVITE accepts a space in the parameters, leading to errors like this:
(20:12:38) -ChanServ- Channel #channel nickname is not registered.
When you try to /msg ChanServ INVITE #channel nickname
The text was updated successfully, but these errors were encountered:
Resolves an issue where a user can /msg ChanServ invite #mychan Moo and
ChanServ replies with -ChanServ- Channel #mychan Moo is not registered.
Also ensures it's a valid channel. (referenced atheme/atheme#567)
The rest of Atheme pretty much only accepts single-"word" channels, but ChanServ/INVITE accepts a space in the parameters, leading to errors like this:
When you try to
/msg ChanServ INVITE #channel nickname
The text was updated successfully, but these errors were encountered: