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:
Kevin Easton
2008-02-25 09:25:32 +00:00
commit 28febcfea9
1429 changed files with 250653 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
Synopsis:
load imap
Description:
This script is designed to present the user with a topological view of
the current irc network, from the perspective of any server on the
network. It contains 2 (two) commands that may be called directly:
Command Description 
/gomap [<serv>] displays the current server map; if a server name
| is given, the script will attempt to show the map
| from that server's perspective, else the current
| is assumed
/initmap [<serv>] initialized the map database; the output may be
| limited to a set of servers if one or more server
| masks are supplied (as with LINKS)
See Also:
links(2); load(5); map(2)
Restrictions:
The script does not know how to deal with server masks gracefully (as it
only relies on LINKS output). The result is that the map may not be
complete.
Other Notes:
Undernet, and networks using ircu-based server code, provides a builtin
MAP command, which does essentially the same thing as this script, only
orders of magnitude faster, and is more accurate.
This script was written by Ian Frechette (Daemon), with inspiration from
Carlo Kid (Run).