mirror of
https://github.com/reality/dbot.git
synced 2025-02-20 07:20:59 +01:00
14 lines
273 B
Markdown
14 lines
273 B
Markdown
![]() |
## 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``
|