Open DanielOaks opened 3 years ago
Here's a study of the various forms of them and a description of how we handle them in IRCCloud: https://github.com/irccloud/irccloud-tools/wiki/Notice-handling
Note, it's probably more than a little out of date, incomplete, and biased. but it's a start.
Probably worth stating that it's not accurate to say client handling is solely to blame for the many layers of behaviour developed over the years by bots, services, servers, users, etc.
Common wisdom is that clients handle
NOTICE
s to messages VERY BADLY. Like, NEVER DO THIS. You can get banned from channels and networks for it.Especially one claim in particular, clients will treat any
NOTICE
to a channel like a ping.We should look into how clients treat notices, and notices to channels in particular. Whether they use a different appearance for them vs just displaying them like a normal privmsg, etc etc. It's definitely true that the original purpose of them ('a privmsg that bots don't respond to') is no longer accurate, but how not-accurate is it?