From f56b4e3c07ef2ac57647ac4c30f79618991b3ed8 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Thu, 16 Dec 2010 00:35:12 -0600 Subject: [PATCH] account-notify spec: with the extended-join capability, doing a WHO on new users is not necessary. --- doc/account-notify.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/account-notify.txt b/doc/account-notify.txt index 92cd01ac..3a3648c4 100644 --- a/doc/account-notify.txt +++ b/doc/account-notify.txt @@ -40,7 +40,12 @@ you always have the accountname to display is to do the following: include the 'a' format token in your WHOX token request. When you get a reply, do appropriate caching. -3) When new users join a channel that your client does not know the accountname +3) If the extended-join capability is available, enable it at client capability + negotiation time during the login handshake, and then set the accountname + based on what is sent in the extended JOIN command. + + Otherwise, if extended-join is unavailable: + When new users join a channel that your client does not know the accountname for yet, do a WHO query against that client, again including the 'a' format token in your WHOX token request field. When you get a reply, do appropriate caching.