Skip to content

Commit edb924e

Browse files
authored
WHO: Fix questionable description of the effect of +i (#219)
1 parent 8e1c7aa commit edb924e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/messages/user_queries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The mask can be one of the following:
1212
* An exact nickname, in which case a single user is returned.
1313
* A mask pattern, in which case all visible users whose nickname matches are listed. Servers MAY match other user-specific values, such as the hostname, server, real name or username. Servers MAY not support mask patterns and return an empty list.
1414

15-
Visible users are users who aren't invisible ([user mode `+i`](#invisible-user-mode)) and who don't have a common channel with the requesting client.
15+
Visible users are users who either aren't invisible ([user mode `+i`](#invisible-user-mode)) or have a common channel with the requesting client.
1616
Servers MAY filter or limit visible users replies arbitrarily.
1717

1818
Numeric Replies:

0 commit comments

Comments
 (0)