4.3. Miscellaneous commands

4.3.1. STATS

STATS [type] [nick | server]

Display various statistics.

Values for type

c

Show C/N:lines

d

Show D:lines

g

Show G:lines

h

Show H/L:lines

i

Show I:lines

k

Show temporary K:lines, or matched temporary K:lines

K

Show K:lines, or matched K:lines

L

Show IP and generic information about the given nick

l

Show hostname and generic information about the given nick

m

Show commands and their usage statistics

o

Show O/o:lines

P

Show configured ports

p

Show opers connected and their idle times

q

Show Q:lines

r

Show resource usage by the ircd

Note: Only available if compiled in debugging mode

s

Show the server name cache

t

Show generic server stats

U

Show U:lines

u

Show server uptime

v

Show connected servers and their idle times

x

Show X:lines

y

Show Y:lines

z

Show memory usage stats

?

Show connected servers and sendq information about them

4.3.2. SCAN

SCAN UMODES {mode string} [list | no-list | list-max max | allowed | current | mask mask ]...

UMODES

Scan all connected clients based on their current umode. The mode string is of the form +abc-xyz, and selects clients who have all the + modes set, and who have none of the - modes set. It is not necessary to specify both a + and a - set.

If list is set then the clients and their modes will be listed; if no-list is set then only the summary count will be. (Default is to list everything)

If list-max is non-zero then the list will be limited to the given number of users. Default is 100. The summary count is not affected.

If allowed is set then the mode string will be compared to the umodes which a user is permitted to set; if current is set then it will be compared to the umodes a user currently has set. Default is allowed.

If mask is set then only users matching the given nick!user@host mask will be displayed and counted in the summary.

4.3.3. SCAN

SCAN UMODES {mode string} [list | no-list | list-max max | allowed | current | mask mask ]...

UMODES

Scan all connected clients based on their current umode. The mode string is of the form +abc-xyz, and selects clients who have all the + modes set, and who have none of the - modes set. It is not necessary to specify both a + and a - set.

If list is set then the clients and their modes will be listed; if no-list is set then only the summary count will be. (Default is to list everything)

If list-max is non-zero then the list will be limited to the given number of users. Default is 100. The summary count is not affected.

If allowed is set then the mode string will be compared to the umodes which a user is permitted to set; if current is set then it will be compared to the umodes a user currently has set. Default is allowed.

If mask is set then only users matching the given nick!user@host mask will be displayed and counted in the summary.

4.3.4. TRACE

TRACE [server | nick]

Shows client information about the given target, or about the current server if no targets are specified.

The path to the target will also be given, and all servers and opers connected.

4.3.5. WALLOPS

WALLOPS :message

Sends a WALLOPS message to all users who have the +w umode set. This is for things you don't mind the whole network knowing about.

4.3.6. OPERWALL

OPERWALL :message

Sends an OPERWALL message to all users who have the +z umode set. +z is restricted, OPERWALL should be considered private communications.