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

  1. ;
  2. ; NanoBBS (C) 1994 Whirlwind Software - All Rights Reserved
  3. ;
  4. ; CHAT.CTL - Basic multi-chat configuration file
  5. ;
  6.  
  7. ;
  8. ; There are three options to this.  ON will display a colourful prompt to
  9. ; remind the user that s/he can type here.  OFF will more faithfully emulate
  10. ; Diversi-Dial and leave the user's cursor at the leftmost position with no
  11. ; prompt at all.  TIME gives the user a unique prompt which displays the
  12. ; current time.
  13. ;
  14. prompt off
  15.  
  16. ;
  17. ; The timeout is the amount of time, in minutes, that the user can leave
  18. ; his/her keyboard idle before TommCHAT will cut him/her off.  This does
  19. ; not apply to the SysOp.
  20. ;
  21. timeout 10
  22.  
  23. ;
  24. ; This is the interval, in minutes, between automatic postings of the /M
  25. ; messages.
  26. ;
  27. msginterval 15
  28.  
  29. ;
  30. ; This is the interval between checks of the stack files.  Generally
  31. ; speaking, this is the "heartbeat" of the program.  The interval is in
  32. ; 100'ths of a second, so a speed of 100 would mean that the stacks are
  33. ; checked once every second.  A speed of 50 is twice a second and so
  34. ; forth.  If NanoBBS Chat places a big drag on your system's overall speed
  35. ; with a low "speed" setting, try slowing it.  I have found 25 works fine
  36. ; on my BBS.
  37. ;
  38. speed 1
  39.  
  40. ; This is the number of "votes" required to eject a user in a TeleTrial.
  41. ;
  42. teletrial       3
  43.  
  44. ; These are the access levels passed by the BBS and how they relate to
  45. ; TommCHAT's six access classes.  Any level below that defined for NORMAL
  46. ; is deemed to be m0e access (undesirable or unvalidated users).
  47. ;
  48. access  normal    40
  49. access  vip       98
  50. access  moderator 200
  51. access  c0        400
  52. access  sysop     1000
  53.  
  54. ; As in other chat systems, NanoBBS Chat allows you to quickly indicate a
  55. ; user's "rank" by the brackets around the node number in the /s and
  56. ; other displays
  57.  
  58. brackets        m0e             ~E:~M ~E:
  59. brackets        normal          ~G(~O ~G)
  60. brackets        vip             ~O{~P ~O}
  61. brackets        moderator       ~L<~P ~L>
  62. brackets        c0              ~P[~J ~P]
  63. brackets        sysop           ~{   ~}
  64.  
  65. ; The following are the maximum time limits for each access class.
  66. ; All time limits are in minutes.
  67.  
  68. time    m0e             5
  69. time    normal          60
  70. time    vip             120
  71. time    moderator       180
  72. time    c0              1440
  73. time    sysop           1440
  74.  
  75. ;
  76. ; Access restrictions - any channels not defined here will be assumed open to everyone!
  77. ;
  78. ; Syntax: Channel {channelnumber} {accessrequired}
  79. ;
  80.  
  81. channel 69 50
  82.  
  83.