home *** CD-ROM | disk | FTP | other *** search
- ;
- ; NanoBBS (C) 1994 Whirlwind Software - All Rights Reserved
- ;
- ; CHAT.CTL - Basic multi-chat configuration file
- ;
-
- ;
- ; There are three options to this. ON will display a colourful prompt to
- ; remind the user that s/he can type here. OFF will more faithfully emulate
- ; Diversi-Dial and leave the user's cursor at the leftmost position with no
- ; prompt at all. TIME gives the user a unique prompt which displays the
- ; current time.
- ;
- prompt off
-
- ;
- ; The timeout is the amount of time, in minutes, that the user can leave
- ; his/her keyboard idle before TommCHAT will cut him/her off. This does
- ; not apply to the SysOp.
- ;
- timeout 10
-
- ;
- ; This is the interval, in minutes, between automatic postings of the /M
- ; messages.
- ;
- msginterval 15
-
- ;
- ; This is the interval between checks of the stack files. Generally
- ; speaking, this is the "heartbeat" of the program. The interval is in
- ; 100'ths of a second, so a speed of 100 would mean that the stacks are
- ; checked once every second. A speed of 50 is twice a second and so
- ; forth. If NanoBBS Chat places a big drag on your system's overall speed
- ; with a low "speed" setting, try slowing it. I have found 25 works fine
- ; on my BBS.
- ;
- speed 1
-
- ; This is the number of "votes" required to eject a user in a TeleTrial.
- ;
- teletrial 3
-
- ; These are the access levels passed by the BBS and how they relate to
- ; TommCHAT's six access classes. Any level below that defined for NORMAL
- ; is deemed to be m0e access (undesirable or unvalidated users).
- ;
- access normal 40
- access vip 98
- access moderator 200
- access c0 400
- access sysop 1000
-
- ; As in other chat systems, NanoBBS Chat allows you to quickly indicate a
- ; user's "rank" by the brackets around the node number in the /s and
- ; other displays
-
- brackets m0e ~E:~M ~E:
- brackets normal ~G(~O ~G)
- brackets vip ~O{~P ~O}
- brackets moderator ~L<~P ~L>
- brackets c0 ~P[~J ~P]
- brackets sysop ~{ ~}
-
- ; The following are the maximum time limits for each access class.
- ; All time limits are in minutes.
-
- time m0e 5
- time normal 60
- time vip 120
- time moderator 180
- time c0 1440
- time sysop 1440
-
- ;
- ; Access restrictions - any channels not defined here will be assumed open to everyone!
- ;
- ; Syntax: Channel {channelnumber} {accessrequired}
- ;
-
- channel 69 50
-
-