Initial import of the ircii-pana-1.1-final source tree.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/tags/ircii-pana-1.1-final@1 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
34
bitchx-docs/2_Queries/links
Normal file
34
bitchx-docs/2_Queries/links
Normal file
@@ -0,0 +1,34 @@
|
||||
Synopsis:
|
||||
links [[<server>] <glob>]
|
||||
|
||||
Description:
|
||||
LINKS is used to display the servers currently connected to the irc
|
||||
network. More precisely, it returns a list of the name each server
|
||||
calls itself. For example, a Finnish server might present itself as
|
||||
*.fi instead of its full server name (for a variety of reasons which
|
||||
aren't really important here).
|
||||
|
||||
If a server name is omitted, the client's current server is used.
|
||||
If a glob pattern is omitted, all servers are listed.
|
||||
|
||||
Examples:
|
||||
To list all servers in Australia:
|
||||
/links *.au
|
||||
|
||||
To query all hostmasked Australian servers for a server with a machine
|
||||
name of "foobar":
|
||||
/links *.au foobar.*
|
||||
|
||||
See Also:
|
||||
load(5) tls
|
||||
|
||||
Other Notes:
|
||||
Servers using "dog3/super" patched code may disallow use of the LINKS
|
||||
command from time to time. Such servers have a "high traffic mode",
|
||||
in which certain commands are disabled to conserve server resources.
|
||||
A 263 numeric will be returned if LINKS is unavailable.
|
||||
|
||||
Some servers are now disallowing LINKS entirely, or limiting its use
|
||||
to irc operators (sometimes local operators only), as it is easily
|
||||
abused by "link lookers" and the like.
|
||||
|
||||
Reference in New Issue
Block a user