home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / dos / nbeta087.exe / CONFIGS.EXE / CHATCMD.CTL < prev    next >
Encoding:
Text File  |  1996-09-19  |  1.3 KB  |  37 lines

  1. ;
  2. ; NanoBBS 2.00  (C) Copyright 1996 Whirlwind Software
  3. ;
  4. ; CHATCMD.CTL - a list of chat aliases.
  5. ;
  6. ; This file contains a list of /commands that allow users to call up various
  7. ; functions from within NanoCHAT.
  8. ;
  9. ; Syntax is trivial: the command (up to 8 characters) followed by the
  10. ; filename of a compiled UFO file to call.  Non-UFO files can be called
  11. ; but they won't do much... Where no path is specified, the BBS assumes
  12. ; the SYSPATH as per the main config file.  Where no extension is specified,
  13. ; the BBS assumes '.BBS' but will retry with other extensions if the file
  14. ; is not found.  You do not need to put the leading / on the command but
  15. ; the BBS will strip it for you if you do.
  16. ;
  17. ; Exemplia:
  18. ;
  19. ; In the following example you may call a UFO file that contains only the
  20. ; canned "Today's Caller List" token.
  21. ;
  22. today   today.bbs
  23. ;
  24. ; This one might call a UFO file that calls up a door, for example Rancho
  25. ; Nevada.  Note that these aliases do not check for user access, keys,
  26. ; gender, age, etc, it's the responsibility of the UFO file to reject users
  27. ; who are not qualified to use a particular function.
  28. ;
  29. rancho  rancho.bbs
  30. ;
  31. ; This one might call up the entire files section canned menu!  But be very
  32. ; careful where you put this filename, because FILES.BBS is used for other
  33. ; things...
  34. ;
  35. files   files.bbs
  36.  
  37.