mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Removed the obsolete SQUERY and SERVLIST commands
Removed the obsolete SQUERY and SERVLIST commands.
This commit is contained in:
parent
cb6266f212
commit
4beebe3238
4 changed files with 0 additions and 50 deletions
|
|
@ -1,11 +0,0 @@
|
|||
|
||||
SAY <message>
|
||||
(alias for "/MSG *")
|
||||
|
||||
The actual command used to put <message> into the current channel. A very
|
||||
useful command if you need aliases for often used phrases.
|
||||
|
||||
For example: /alias brb say I'm off for a while, be right back.
|
||||
|
||||
This would allow you to use /brb to put the "I'm off*" into the channel.
|
||||
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
|
||||
@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
|
||||
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
|
||||
@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