ircdocs / modern-irc

A useful overview and reference to the IRC client protocol as it is implemented today.
http://modern.ircdocs.horse/
Other
195 stars 34 forks source link

Change recommended handling of missing CHANTYPES #230

Closed slingamn closed 7 months ago

slingamn commented 7 months ago

Formerly we recommended treating missing CHANTYPES as an empty string, i.e. no channel types. This switches to the recommendation in https://datatracker.ietf.org/doc/draft-brocklesby-irc-isupport/ to assume the RFC1459 default of #&.

emersion commented 7 months ago

There are probably others ISUPPORT tokens that should be switched to have their default set to the RFC value.