mirror of
https://github.com/matrix-construct/construct
synced 2024-11-04 21:08:57 +01:00
5f29102170
This agrees with allowing MODE <nick> as non-operspy.
16 lines
724 B
Text
16 lines
724 B
Text
SCAN UMODES +<modes>-<modes> [NO-LIST] [LIST] [GLOBAL]
|
|
[LIST-MAX <number>] [MASK <nick!user@host>]
|
|
|
|
Searches the local server or network for users that have the
|
|
umodes given with + and do not have the umodes given with -.
|
|
NO-LIST disables the listing of matching users and only
|
|
shows the count. LIST enables the listing (default). GLOBAL
|
|
extends the search to the entire network instead of local
|
|
users only. LIST-MAX limits the listing of matching users to
|
|
the given amount. MASK causes only users matching the given
|
|
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 are operspy
|
|
commands.
|