dbot/modules/finger
2013-03-06 13:20:58 +00:00
..
finger.js add hackish handling of non-existent users 2013-03-06 13:20:58 +00:00
README.md add basic, hackish finger functionality 2013-03-06 13:02:02 +00:00
strings.json add hackish handling of non-existent users 2013-03-06 13:20:58 +00:00

Finger

Retrieves user information from a remote server.

Description

Uses the finger command to retrieve limited information on users.

Commands

###~finger [username] Returns the real name of the user specified. ### Dependencies * npm install request