home *** CD-ROM | disk | FTP | other *** search
/ Dream 49 / Amiga_Dream_49.iso / amiga / internet / irc / finger.readme < prev    next >
Text File  |  1998-02-11  |  917b  |  27 lines

  1. Short:    Finger script for AmIRC and Miami
  2. Author:   robin@robinc.demon.co.uk
  3. Uploader: robin@robinc.demon.co.uk
  4. Version:  1.2
  5. Type:     comm/tcp
  6. Requires: AmIRC, Miami, and rexxdossupport
  7.  
  8. Installation:
  9. Copy finger.amirc to amirc/rexx
  10. Add an alias ("Settings/Lists.../Alias") - "finger /rx finger %p"
  11.  
  12. Usage:
  13. TEMPLATE="URL/A,SAY/S,SHOW/K"
  14. URL/A  - Either a nick, or a nack@url (Always needed)
  15. SAY/S  - Output result in channel (Used as a switch)
  16. SHOW/K - The nick of someone to show the results to...
  17.  
  18. Examples:
  19. /finger robinc                    - shows you finger on robinc
  20. ½Finger╗ [robinc.demon.co.uk]
  21. ½Finger╗ Site: robinc.demon.co.uk
  22. ½Finger╗ Login name: robinc    In real life: Robin Cloutman
  23.  
  24. /finger robinc@robinc.demon.co.uk - shows you finger on robinc@robinc.demon.co.uk
  25. /finger robinc say                - shows channel finger on robinc
  26. /finger robinc show robinc        - shows robinc finger on robinc
  27.