mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Revert "Removed the obsolete SQUERY and SERVLIST commands"
This reverts commit 4beebe3238.
This commit is contained in:
parent
0c69b75f77
commit
ec4ecd844b
4 changed files with 48 additions and 3 deletions
|
|
@ -25,10 +25,10 @@
|
|||
%9Remarks:%9
|
||||
|
||||
Not all networks support server-side filtering and may provide a network
|
||||
service instead; on IRCnet, you may use the ALIS service:
|
||||
service or service bot instead; on IRCnet, you may use the List service:
|
||||
|
||||
/QUOTE SQUERY ALIS :HELP
|
||||
/SQUERY List HELP
|
||||
/MSG ALIS HELP
|
||||
|
||||
%9See also:%9 QUOTE, STATS, WHOIS
|
||||
%9See also:%9 STATS, SQUERY, WHOIS
|
||||
|
||||
|
|
|
|||
23
docs/help/in/servlist.in
Normal file
23
docs/help/in/servlist.in
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:servlist@
|
||||
|
||||
%9Parameters:%9
|
||||
|
||||
<mask> limits the output to the services which names matches
|
||||
the mask.
|
||||
<type> limits the output to the services of the specified type.
|
||||
|
||||
%9Description:%9
|
||||
|
||||
List the network services currently present on the
|
||||
IRC network.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/SERVLIST *@javairc.*
|
||||
/SERVLIST * 0xD000
|
||||
|
||||
%9See also:%9 SQUERY
|
||||
|
||||
16
docs/help/in/squery.in
Normal file
16
docs/help/in/squery.in
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:squery@
|
||||
|
||||
%9Parameters:%9
|
||||
|
||||
<service> - Service nickname or full hostmask of service to query.
|
||||
<message> - Message to send to the service.
|
||||
|
||||
%9Description:%9
|
||||
|
||||
/SQUERY sends a query to the specified service.
|
||||
|
||||
%9See also:%9 SERVLIST, LIST, MSG
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue