You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/messages/user_queries.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The mask can be one of the following:
12
12
* An exact nickname, in which case a single user is returned.
13
13
* 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.
14
14
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.
16
16
Servers MAY filter or limit visible users replies arbitrarily.
0 commit comments