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:
23
bitchx-docs/8_Scripts/finger
Normal file
23
bitchx-docs/8_Scripts/finger
Normal 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.
|
||||
|
||||
Reference in New Issue
Block a user