home *** CD-ROM | disk | FTP | other *** search
- ;
- ; NanoBBS 2.00 (C) Copyright 1996 Whirlwind Software
- ;
- ; CHATCMD.CTL - a list of chat aliases.
- ;
- ; This file contains a list of /commands that allow users to call up various
- ; functions from within NanoCHAT.
- ;
- ; Syntax is trivial: the command (up to 8 characters) followed by the
- ; filename of a compiled UFO file to call. Non-UFO files can be called
- ; but they won't do much... Where no path is specified, the BBS assumes
- ; the SYSPATH as per the main config file. Where no extension is specified,
- ; the BBS assumes '.BBS' but will retry with other extensions if the file
- ; is not found. You do not need to put the leading / on the command but
- ; the BBS will strip it for you if you do.
- ;
- ; Exemplia:
- ;
- ; In the following example you may call a UFO file that contains only the
- ; canned "Today's Caller List" token.
- ;
- today today.bbs
- ;
- ; This one might call a UFO file that calls up a door, for example Rancho
- ; Nevada. Note that these aliases do not check for user access, keys,
- ; gender, age, etc, it's the responsibility of the UFO file to reject users
- ; who are not qualified to use a particular function.
- ;
- rancho rancho.bbs
- ;
- ; This one might call up the entire files section canned menu! But be very
- ; careful where you put this filename, because FILES.BBS is used for other
- ; things...
- ;
- files files.bbs
-
-