Make SCAN UMODES GLOBAL NO-LIST MASK <mask> no longer an operspy command.
This agrees with allowing MODE <nick> as non-operspy.
This commit is contained in:
parent
3471ceb507
commit
c80b76f022
|
@ -809,7 +809,7 @@
|
|||
is hidden (auth{} spoof).
|
||||
</para>
|
||||
<para>
|
||||
Network searches where a listing is given or the mask option is used
|
||||
Network searches where a listing is given
|
||||
are operspy commands.
|
||||
</para>
|
||||
</sect2>
|
||||
|
|
|
@ -12,5 +12,5 @@ nick!user@host mask to be selected. Only the displayed host
|
|||
is considered, not the IP address or real host behind
|
||||
dynamic spoofs.
|
||||
|
||||
Network searches where a listing is given or the MASK option
|
||||
is used are operspy commands.
|
||||
Network searches where a listing is given are operspy
|
||||
commands.
|
||||
|
|
|
@ -172,7 +172,7 @@ scan_umodes(struct Client *client_p, struct Client *source_p, int parc,
|
|||
mask = parv[++i];
|
||||
}
|
||||
}
|
||||
if (target_list == &global_client_list && (list_users || mask))
|
||||
if (target_list == &global_client_list && list_users)
|
||||
{
|
||||
if (IsOperSpy(source_p))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue