Initial import of the ircii-pana-1.1-final source tree.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/tags/ircii-pana-1.1-final@1 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
32
bitchx-docs/2_Queries/scann
Normal file
32
bitchx-docs/2_Queries/scann
Normal file
@@ -0,0 +1,32 @@
|
||||
Synopsis:
|
||||
scann [<-sort> <-host> <-nick> <s|v|o|n|i|f|s>] [<match>] [<channel>]
|
||||
|
||||
Description:
|
||||
SCANN returns a list of users on the specified channel. The user list
|
||||
will include a + or @ prepended to those nicks that are +v or +o in
|
||||
that channel, respectively. The current channel is used if no channel is
|
||||
specified. This scan is taken from the internal lists kept for each
|
||||
channel, which means there is no lag.
|
||||
|
||||
Options:
|
||||
-sort nicklist is not sorted and shown in the order the client has
|
||||
-host nicklist is sorted by hostname
|
||||
-nick nicklist is sorted by nickname
|
||||
v voiced users
|
||||
o opped users
|
||||
n non-opped users
|
||||
i ircops
|
||||
f users on your userlist
|
||||
s users that are on your shitlist
|
||||
match nicks are matched against a pattern
|
||||
|
||||
Examples:
|
||||
To show users on all a channels with voice:
|
||||
/scann v
|
||||
|
||||
To show users on all a channels with voice and a pattern:
|
||||
/scann v *ick*
|
||||
|
||||
See Also:
|
||||
on(5) names sc n scani scanv scano scann scanf scans
|
||||
|
||||
Reference in New Issue
Block a user