blob: cf337d22f19e4afd390582d234c1e0cb3b53670d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
---
layout: page
title: "Help: stats"
---
{% comment %}
Please submit changes to
- https://github.com/irssi/irssi/blob/master/docs/help/in/stats.in
- https://github.com/irssi/irssi/blob/master/src/irc/core/irc-commands.c
{% endcomment %}
[Help index](/documentation/help)
### Syntax ###
<div class="highlight irssisyntax"><pre style="\-\-cmdlen:5ch"><code><span class="synB">STATS</span> <span class="synB05"><type></span> <span class="syn10">[<span class="syn09"><server></span>]</span></code></pre></div>
### Parameters ###
The statistic identifier and the remote server; if no remote server is
given, the active server will be used.
### Description ###
Displays statistics from the IRC server; some statistics require you to have
IRC operators privileges and might differ between IRC networks.
Common statistics:
| `C`: | Displays the servers the server may connect to. |
| `H`: | Displays hub server the server may connect to. |
| `K`: | Displays the permanent blacklist of hostnames which are prohibited from connecting to the server. |
| `k`: | Displays the temporary blacklist of hostname which are prohibited from connecting to the server. |
| `I`: | Displays the list of hostnames which are allowed to connect to the server. |
| `L`: | Displays the list of connected users and servers. |
| `M`: | Displays the list of commands and how many times they have been issued. |
| `O`: | Displays the list of hostnames and users which are allowed to become IRC operators. |
| `P`: | Displays the ports the server is listening on. |
| `p`: | Displays the IRC operators and their idle time. |
| `u`: | Displays the uptime of the server. |
| `Y`: | Displays the list of connection groups users are placed into. |
| `?`: | Displays information about the utilized bandwidth. |
{:.table.kv}
### Examples ###
/STATS p
/STATS I ircsource.irssi.org
### See also ###
[MOTD](/documentation/help/motd), [OPER](/documentation/help/oper)
|