mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 10:32:31 +02:00
readded SQUERY and SERVLIST
no reason to remove these; they are small, don't do any harm, and a lot of irssi users hang out on IRCnet
This commit is contained in:
parent
bca5f412a9
commit
7e6c0b7b34
3 changed files with 39 additions and 0 deletions
21
docs/help/in/servlist.in
Normal file
21
docs/help/in/servlist.in
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
|
||||
@SYNTAX:servlist@
|
||||
|
||||
Works only on IRCnet.
|
||||
|
||||
SERVLIST gives the list of services currently present on the
|
||||
IRC network. It can take two arguments.
|
||||
<mask> limits the output to the services which names matches
|
||||
the mask.
|
||||
<type> limits the output to the services of the specified type.
|
||||
|
||||
The fields returned are:
|
||||
Service name.
|
||||
Server who introduced the service.
|
||||
Distribution mask.
|
||||
Service type.
|
||||
Hop count to the service.
|
||||
A comment.
|
||||
|
||||
See also: SQUERY
|
||||
|
||||
12
docs/help/in/squery.in
Normal file
12
docs/help/in/squery.in
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
@SYNTAX:squery@
|
||||
|
||||
<service> - Service name
|
||||
<commands> - Commands to pass to the service.
|
||||
|
||||
Works only on IRCnet.
|
||||
|
||||
/SQUERY sends a query to the specified service.
|
||||
|
||||
See also: SERVLIST, NOTE, LIST
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue