File: cmds_queries.adoc

package info (click to toggle)
glirc 2.41-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,120 kB
  • sloc: haskell: 15,575; ansic: 84; makefile: 3
file content (95 lines) | stat: -rw-r--r-- 1,869 bytes parent folder | download
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
= Queries
:toc:

== /who

Send WHO query to server with given arguments.

If no query is provided, shows the results of the previous query.

== /whois

Send WHOIS query to server with given arguments.

== /whowas

Send WHOWAS query to server with given arguments.

== /ison

Send ISON query to server with given arguments.

See also: monitor

== /userhost

Send USERHOST query to server with given arguments.

== /time

Send TIME query to server with given arguments.

== /stats

Send STATS query to server with given arguments.

== /lusers

Send LUSERS query to a given server.

== /users

Send USERS query to a given server.

== /motd

Send MOTD query to server.

== /admin

Send ADMIN query to server.

== /rules

Send RULES query to server.

== /info

Send INFO query to server.

== /list

View the list of public channels on the server.

Sends a LIST query and caches the result;
on larger networks, this may take several seconds to complete.
The view may be exited while loading.

`clientopts` is an optionally-comma-separated list of options.
A single comma may be used to denote an empty list.

`elist` is sent as-is to the server.
It is generally used as the ELIST parameter to LIST.
glirc does not validate this parameter against the ELIST ISUPPORT token.

=== Client Options

`>n`: Show only channels with more than `n` users. +
`<n`: Show only channels with less than `n` users. +
`~`: Force a refresh of the list.

=== Examples

`+/list+`          - List public channels.
`+/list >99+`      - List public channels with at least 100 users.
`+/list >50<1000+` - List public channels with between 51 and 999 users.
`+/list ~ <20+`    - List public channels with fewer than 20 users.
`+/list , *-ops+`  - List public channels whose names end with "-ops".

== /links

Send LINKS query to server with given arguments.

== /version

Send VERSION query to server.