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

Explicitly allow notifying of unchanged topic #220

Closed progval closed 8 months ago

progval commented 1 year ago

If you send "TOPIC #chan :foo" twice (with the same "foo") then existing server implementations disagree very much on whether it should be echoed/transmitted:

Tested with https://github.com/progval/irctest/pull/231