File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ state, as well as when a user joins and has an away message set.
3030(Note that AWAY will not be sent for joining users with no away
3131message set.)
3232
33+ Clients SHOULD NOT be sent AWAY messages to notify them of their own away
34+ status (as they can rely on ` RPL_NOWAWAY ` and ` RPL_UNAWAY ` ).
35+
3336The format of the AWAY message is as follows:
3437
3538 :nick!user@host AWAY [:message]
@@ -46,3 +49,9 @@ To fully track the away state of users, clients should:
4649 state of all users in that channel.
4750
48513 ) Update state appropriately upon receiving an AWAY message.
52+
53+ ## Erratum
54+
55+ The previous version of this specification did not explicitly say
56+ users should not get notifications of their own away status with AWAY.
57+ This was clarified in 2023
You can’t perform that action at this time.
0 commit comments