home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / top2src.zip / CHANNELS.CFG < prev    next >
Text File  |  1996-09-08  |  5KB  |  125 lines

  1. ; Channel Definition File For The Online Pub v2.00g1
  2. ; --------------------------------------------------
  3. ;
  4. ;     This file defines "fixed topic channels" as well as named conferences in
  5. ; TOP.  It consists of blocks of information, with the settings inside each
  6. ; block applying to the channel that the block is setup for.  Blocks start with
  7. ; the Channel keyword, and end at the line just before the next Channel
  8. ; keyword.  Unlike NODES.CFG, there is no specific keyword for ending a block.
  9. ;
  10. ;     Each line has the same format as TOP.CFG.  Please see TOP.CFG if you
  11. ; require an explanation of how keywords and settings work.
  12. ;
  13. ;     An explanation of each keyword and setting can be found at the end of
  14. ; this file.
  15. ;
  16. ; -- Start of Block for Channel 1 --
  17. Channel             1
  18. Topic               Main Channel
  19. JoinAliases         MAIN
  20. MinSecurity         0
  21. MaxSecurity         65535
  22. ModeratorSecurity   10000
  23. Listed              Yes
  24. ;
  25. ; -- Start of Block for Channel 69 --
  26. Channel             69
  27. Topic               Adult Channel
  28. JoinAliases         ADULT XXX
  29. MinSecurity         0
  30. MaxSecurity         65535
  31. ModeratorSecurity   10000
  32. Listed              Yes
  33. ;
  34. ; -- Start of Block for GAMES Conference --
  35. Channel             Conference
  36. Topic               Games Discussion Conference
  37. JoinAliases         GAMES GAME
  38. MinSecurity         0
  39. MaxSecurity         65535
  40. ModeratorSecurity   10000
  41. Listed              Yes
  42. ;
  43. ; -- Start of Block for PROG Conference --
  44. Channel             Conference
  45. Topic               Programming Conference
  46. JoinAliases         PROG PROGRAM PROGRAMMING
  47. MinSecurity         0
  48. MaxSecurity         65535
  49. ModeratorSecurity   10000
  50. Listed              Yes
  51. ;
  52. ; -- Start of Block for SYSOP Conference --
  53. Channel             Conference
  54. Topic               Sysop's Conference
  55. JoinAliases         SYSOP
  56. MinSecurity         9999
  57. MaxSecurity         65535
  58. ModeratorSecurity   10000
  59. Listed              Yes
  60. ;
  61. ; -----------------------------------------------------------------------------
  62. ;
  63. ; --------------------
  64. ; Keyword Explanations
  65. ; --------------------
  66. ;
  67. ;     Some of the settings in this file turn certain features ON or OFF, and are
  68. ; noted in the explanations below.  For these settings, you may use any one of
  69. ; the following words as valid settings.  The words on the first line turn the
  70. ; option ON, and the words on the second line turn the option OFF.
  71. ;
  72. ;      ON  YES    ENABLED   1    TRUE
  73. ;     OFF   NO   DISABLED   0   FALSE
  74. ;
  75. ; -----------------------------------------------------------------------------
  76. ;
  77. ;     IMPORTANT:  _ALL_ of the settings listed here should be specified for
  78. ; each channel being configured!  TOP may behave unpredictably if a setting is
  79. ; missed.
  80. ;
  81. ; -----------------------------------------------------------------------------
  82. ;
  83. ;     Channel - Begins the configuration block for a channel (and ends the
  84. ; previous one if applicable).  If set to a number from 1 to 3999999999 (three
  85. ; billion minus one), it specifies that an existing channel will be defined as
  86. ; a "fixed topic" channel.  The other setting is the word "Conference", which
  87. ; defines a new named conference.  Currently, fixed topic channels and
  88. ; conferences are virtually identical, except that fixed topic channels will be
  89. ; listed under the channel number, while conferences are listed under a name.
  90. ;
  91. ;     Topic - The topic for the channel or conference that will be shown to
  92. ; users in the channel, as well as users who issue a CONFLIST command.  It may
  93. ; include PubColour codes.  The entire topic, including colour codes, may not
  94. ; be more than 70 characters long.
  95. ;
  96. ;     JoinAliases - The aliases (names) that are used to join the channel or
  97. ; conference.  This should be set to a string of one or more words, seperated
  98. ; by spaces.  Each word is a case-insensitive alias that can be used to join
  99. ; (get into) the channel, and may not contain spaces (for obvious reasons). For
  100. ; fixed topic channels, these are never shown to the user, but you can still
  101. ; define aliases if desired.  For conferences, the first alias will be
  102. ; considered the name of the conference, with the remaining aliases (if any)
  103. ; used as synonyms or alternative spellings.  Hence, this setting is mandatory
  104. ; for conferences and optional for fixed topic channels.  However, for
  105. ; completeness and ease of future change, it is recommended that you always
  106. ; include this keyword, even if the setting for it is blank.
  107. ;
  108. ;     MinSecurity - The minimum security needed to access this channel or
  109. ; conference.  Settings can be from 0 to 65535.
  110. ;
  111. ;     MaxSecurity - The maximum security level that can access this channel or
  112. ; conference.  Settings can be from 0 to 65535.
  113. ;
  114. ;     ModeratorSecurity - The security level needed to have moderator powers in
  115. ; this channel.  Settings can be from 0 to 65535.
  116. ;
  117. ;     Listed - Whether or not TOP will display this channel to users in a
  118. ; CONFLIST or SCAN command.  If this setting is ON, TOP will show the
  119. ; channel/conference and the topic when a user does a CONFLIST or SCAN command.
  120. ; If this setting is OFF, the channel will be hidden from view in a CONFLIST
  121. ; command and displayed as Unlisted in a SCAN command.
  122. ;
  123. ; -----------------------------------------------------------------------------
  124. ; ---- End of CHANNELS.CFG ----
  125.