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,23 @@
Synopsis:
load finger
Description:
This script provides a front-end to the Unix finger command. Finger is
a service that can provide general information about a user from another
site, such as his/her real name, when the person last logged in, etc.
The alias has the following syntax:
/finger [[-h] <nickname>] [[user]@full.hostname]
If a nickname is specified, the script will try to figure out the user's
address, and will finger it. It will finger @host if the -h switch is
given. Alternately, an address or hostname may be given, as per the
traditional Unix finger syntax.
See Also:
exec(5); load(5)
Other Notes:
This script was originally written by Ian Frechette (Daemon). It has
been revised for use with EPIC by Jeremy Nelson (hop), jnelson@acronet.net.