Seeding from the 1.2 tree.

This commit is contained in:
Dan Mashal
2013-01-01 03:00:55 -08:00
parent d8c87c4ded
commit 87b806a563
1424 changed files with 260320 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
Synopsis:
$myservers([<arguments>])
Technical:
This function is used to retrieve a list of irc servers your client is
currently connected to. If given any arguments, returns a list of refnums
to all open servers.
Practical:
This function shows all of the servers you're currently connected to.
It's mostly useful for accounting purposes, though the output could
be used to modify the client's internal server list.
Returns:
list of servers currently connected to
or
list of refnums to those servers
See Also:
mychannels(6)