home *** CD-ROM | disk | FTP | other *** search
- % The LogCall v1.4 Configuration File
- % (c) 1992 by Evan Siegworth
- %
- % Lines preceded by the '%' character are ignored.
- % This control file has 4 sections. Each must be properly named, and
- % each must end with the 'End' statement.
- % Spacing, capitalization, and order are irrelevant.
-
- TodaysCallers
-
- % This section defines certain variables for the Todays Caller list
- % The 'FileName' is the name of the file you want the list written to.
-
- FileName Callers.bbs
-
- % The next two are explained further in the DOCS
-
- StatLine Line
- Header Header
- End
-
- LastFewCallers
-
- % This section defines the variables for a Last Few Callers List.
- % If you do not wish to generate a list, you can comment out the
- % 'LastFewCallers' You can leave the rest alone.
-
- FileName Calls.bbs
- StatLine Line
- Header Header2
-
- % The next variable sets the number of callers to display.
- % Max number is 20.
-
- NumberInList 6
- End
-
- General
-
- % This section has general variables that apply to both lists.
- % Put in your respective file names for the lastuser and max log
- % files below.
-
- LastUser lastuser.bbs
- MaxLog max.log
-
- % The Length Variables set the length of each particular field.
- % Each field will be padded with spaces to the specified length.
- % If you dont want to pad with spaces, set to 0.
-
- LengthCity 15
- LengthName 15
-
- % This is a new command. To not list particular users in your lists,
- % uncomment the next statement and type in their user number. Up to
- % ten users can be excluded. Seperate numbers by a comma.
-
- % ExcludeUser 0,1
- End
-
- CustomDisplayLines
-
- % This section is explained fully in the DOCS.
- % Note: The actual DisplayLine must be the NEXT line after its name.
-
- #Line
- #[lightgreen]User # [yellow][user] [lightblue][alias] [lightcyan]of [lightmagenta][city] [gray]on [white][start] [gray]off [white][end] [lightred]@ [yellow][baud]
-
- #Line2
- #[lightcyan][name] [gray]left at [yellow][end]
-
- #Header
- #[cyan]<-----------------------------[yellow]Today's Callers[cyan]------------------------------->
-
- #Header2
- #[green]Last few callers...
-
- End
-
-