summaryrefslogtreecommitdiff
path: root/docs/help
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2016-03-29 22:45:47 +0200
committerailin-nemui <ailin-nemui@users.noreply.github.com>2016-09-14 13:09:32 +0200
commit8cbf5f28f2028fd6fc58232c76f67ab574ecab11 (patch)
tree5b4e670e12a735d54673f44875325b929ece36d5 /docs/help
parente68817f82bc9dde71bb28975cee7ed70cc98ff30 (diff)
downloadirssi-8cbf5f28f2028fd6fc58232c76f67ab574ecab11.zip
Merge pull request #461 from ailin-nemui/fix_squery
Revert "Removed the obsolete SQUERY and SERVLIST commands"
Diffstat (limited to 'docs/help')
-rw-r--r--docs/help/in/list.in6
-rw-r--r--docs/help/in/servlist.in23
-rw-r--r--docs/help/in/squery.in16
3 files changed, 42 insertions, 3 deletions
diff --git a/docs/help/in/list.in b/docs/help/in/list.in
index 33f05e8b..b796eed0 100644
--- a/docs/help/in/list.in
+++ b/docs/help/in/list.in
@@ -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
diff --git a/docs/help/in/servlist.in b/docs/help/in/servlist.in
new file mode 100644
index 00000000..0a0d025f
--- /dev/null
+++ b/docs/help/in/servlist.in
@@ -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
+
diff --git a/docs/help/in/squery.in b/docs/help/in/squery.in
new file mode 100644
index 00000000..59ee8008
--- /dev/null
+++ b/docs/help/in/squery.in
@@ -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
+