home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / dos / nbeta087.exe / CONFIGS.EXE / FIDONET.CTL < prev    next >
Encoding:
Text File  |  1996-02-04  |  42.1 KB  |  1,581 lines

  1. ;
  2. ; NanoBBS (C) 1993-96 WhirlWind Software
  3. ;
  4. ; MESSAGE.CTL - a message area config file for NanoBBS
  5. ; FIDONET.CTL - an example taken from THC Freedom Online
  6. ;
  7. ; This file is a segment of local Victoria, B.C. Canada echoes, used
  8. ; to illustrate a real-world Fidonet example and to show how Include files
  9. ; are used - this is an include file, you could patch it into your message
  10. ; areas simply by uncommenting the "Include fidonet.ctl" line in MSGAREA.CTL
  11. ; and running MMB MSGAREA.
  12. ;
  13. ; The examples below illustrate most of the commands available in this
  14. ; file; here is a complete listing:
  15. ;
  16. ; MSGAREA {number} - Starts a message area definition.
  17. ; MSGAREA @NEXT    - Starts a message area definition, gives the new area
  18. ;                    an area number one higher than the last one
  19. ; MSGAREA @NEXT 10 - Starts a message area definition, gives the new area
  20. ;                    an area number 10 higher than the last one
  21. ; NAME {Area Name} - Defines the message area's name as the user sees it
  22. ; QWKNAME {Name}   - Defines the area as seen in the user's QWK reader.
  23. ;                    The QWKNAME must be 12 characters or less.
  24. ; NEWSGROUP {news.group} - Defines the Usenet Newsgroup (if any) associated
  25. ;                    with this message area.
  26. ; TYPE {type}      - Defines the message base type, either SQUISH, JAM or *.MSG
  27. ; PATH {path}      - Defines what directory the area lives in.  For Squish and
  28. ;                    JAM areas this also includes the base filename.
  29. ; ATTACH PATH {path} This defines the path where file attaches in this area
  30. ;                    will be stored.  If this path is not defined, file
  31. ;                    attaches will not be allowed.
  32. ; ATTACH ACCESS {ac} This defines the access level needed to post file
  33. ;                    attaches to this area.  This option has no effect unless
  34. ;                    the ATTACH PATH is also defined.
  35. ; ACCESS {access}  - Defines the access needed to read messages.
  36. ; POSTACCESS {ac.} - Defines the access needed to post messages.
  37. ; PRIVATE          - Only private messages are allowed.
  38. ; PUBLIC           - Only public messages are allowed.  If neither this nor
  39. ;                    PRIVATE is used, the user is asked if the message should
  40. ;                    be private.
  41. ; RFC1036          - This causes an RFC-1036 Usenet message header to be
  42. ;                    prepended to the message text.
  43. ; AGE {age}        - Minimum age required for access to the area
  44. ; FEMALEONLY       - Only females may read or post to the area.
  45. ; MALEONLY         - Only males may read or post to the area.
  46. ; READONLY         - This is a read-only area - only the sysop can post!
  47. ;                    This may be somewhat redundant as it has the same effect
  48. ;                    as setting POSTACCESS to the sysop access level.
  49. ; ECHOMAIL         - This is a Fidonet echomail area
  50. ; ADDRESS {z:n/n.p}- The originating Fidonet address for this area
  51. ; ORIGIN {OrgLine} - The text of the Origin Line for this area
  52. ; KLUDGE REALNAME  - The user's real name will be hidden in a ^A kludge line
  53. ;                    prepended to the message text.
  54. ; INTERNET EMAIL   - The area is intended for Internet email.
  55. ; KEYS {keys}      - The user key(s) required for access
  56. ; POSTKEYS {keys}  - The user key(s) required to post
  57. ; REALNAME         - Always post with the user's real name
  58. ; ANONYMOUS        - Allow anonymous posting
  59. ; CENSOR           - Use the built-in message censor in this area.
  60. ; BARRICADE        - Check the barricade file MESSAGES.BAR before changing to
  61. ;                    this area!
  62. ; END              - End the area's definition.
  63. ;
  64.  
  65. divider
  66.         string          Local (Net 340) Fidonet Echoes
  67. end
  68.  
  69. msgarea                 40
  70.         name            FidoNet: The Police and You (Courtesy SoB BBS)
  71.         path            x:\zmsg\fido\cops&you
  72.         access          10
  73.         postaccess      11
  74.         type            squish
  75.         address         1:340/26
  76.         origin          Police the streets, not the bedrooms! 361-4549 28800/V.34+
  77.         public
  78.         realname
  79.         echomail
  80.         censor
  81.         qwkname         Cops&You
  82. end
  83. ;
  84. msgarea                 41
  85.         name            FidoNet: BBS Ads Echo (Local/Victoria)
  86.         path            x:\zmsg\fido\vicbbsad
  87.         access          10
  88.         postaccess      11
  89.         type            squish
  90.         address         1:340/26
  91.         origin          THC Freedom Online | 604-361-4549 V.34+ | 26000 T-Files
  92.         public
  93.         realname
  94.         echomail
  95.         censor
  96.         qwkname         F_ForSale
  97. end
  98.  
  99. msgarea                 42
  100.         name            FidoNet: For Sale Echo (Local/Victoria)
  101.         path            x:\zmsg\fido\vicsale
  102.         access          10
  103.         postaccess      11
  104.         type            squish
  105.         address         1:340/26
  106.         origin          THC Freedom Online | 604-361-4549 V.34+ | 26000 T-Files
  107.         public
  108.         realname
  109.         echomail
  110.         censor
  111.         qwkname         F_ForSale
  112. end
  113. ;
  114. msgarea                 43
  115.         name            FidoNet: VIC.SUPPORT Echo (Local/Victoria)
  116.         path            x:\zmsg\fido\vicsuppo
  117.         access          10
  118.         postaccess      11
  119.         type            squish
  120.         address         1:340/26
  121.         origin          THC Freedom Online | 604-361-4549 V.34+ | 26000 T-Files
  122.         public
  123.         realname
  124.         echomail
  125.         censor
  126.         qwkname         F_Support
  127. end
  128. ;
  129. msgarea                 44
  130.         name            FidoNet: Programming Echo
  131.         path            x:\zmsg\fido\vicprgm
  132.         access          10
  133.         postaccess      11
  134.         type            squish
  135.         address         1:340/26
  136.         origin          THC Freedom Online | 604-361-4549 V.34+ | 26000 T-Files
  137.         public
  138.         realname
  139.         echomail
  140.         censor
  141.         qwkname         F_Prgm
  142. end
  143. ;
  144. msgarea                 45
  145.         Name            Fidonet: Politics Echo
  146.         path            x:\zmsg\fido\politics
  147.         access          10
  148.         postaccess      11
  149.         type            squish
  150.         address         1:340/26
  151.         origin          THC Freedom Online | 604-361-4549 V.34+ | 26000 T-Files
  152.         public
  153.         realname
  154.         echomail
  155.         censor
  156.         qwkname         F_Politics
  157. end
  158. ;
  159. msgarea                 46
  160.         Name            Fidonet: General Chatter
  161.         path            x:\zmsg\fido\vicchat
  162.         access          10
  163.         postaccess      11
  164.         type            squish
  165.         address         1:340/26
  166.         origin          THC Freedom Online | 604-361-4549 V.34+ | 26000 T-Files
  167.         public
  168.         realname
  169.         echomail
  170.         censor
  171.         qwkname         F_Vic_Chat
  172. end
  173. ;
  174. msgarea                 47
  175.         Name            Fidonet: RPG Echo
  176.         path            x:\zmsg\fido\vicrpg
  177.         access          10
  178.         postaccess      11
  179.         type            squish
  180.         address         1:340/26
  181.         origin          THC Freedom Online | 604-361-4549 V.34+ | 26000 T-Files
  182.         public
  183.         realname
  184.         echomail
  185.         censor
  186.         qwkname         F_RPGames
  187. end
  188. ;
  189. msgarea                 48
  190.         Name            Fidonet: Pseud0 ECho
  191.         path            x:\zmsg\fido\vicpseud
  192.         access          10
  193.         postaccess      10
  194.         type            squish
  195.         address         1:340/26
  196.         origin          THC Freedom Online | 604-361-4549 V.34+ | 26000 T-Files
  197.         public
  198.         echomail
  199.         censor
  200.         qwkname         F_Pseudo
  201. end
  202. ;
  203. ; Fidonet Backbone Echoes
  204. ;
  205. ;
  206. ;
  207.  
  208. divider
  209.         string  Fidonet International Echoes
  210. end
  211.  
  212. msgarea         400
  213.         path    h:\zmsg\backbone\ACCT_TAX
  214.         name    Fido: Accounting and Tax Information
  215.         access  10
  216.         postaccess 12
  217.         realname
  218.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  219.         type    squish
  220.         echomail
  221.         address 1:340/26
  222.         censor
  223.         qwkname ACCT_TAX
  224. end
  225.  
  226. msgarea         @NEXT
  227.         path    h:\zmsg\backbone\AD&D
  228.         name    Fido: Advanced Dungeons and Dragons
  229.         access  10
  230.         postaccess 12
  231.         realname
  232.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  233.         type    squish
  234.         echomail
  235.         address 1:340/26
  236.         censor
  237.         qwkname AD&D
  238. end
  239.  
  240. msgarea         @NEXT
  241.         path    h:\zmsg\backbone\ADLIB
  242.         name    Fido: Sound Cards Echo
  243.         access  10
  244.         postaccess 12
  245.         realname
  246.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  247.         type    squish
  248.         echomail
  249.         address 1:340/26
  250.         censor
  251.         qwkname ADLIB
  252. end
  253.  
  254. msgarea         @NEXT
  255.         path    h:\zmsg\backbone\ALTMED
  256.         name    Fido: Alternative Medicine
  257.         access  10
  258.         postaccess 12
  259.         realname
  260.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  261.         type    squish
  262.         echomail
  263.         address 1:340/26
  264.         censor
  265.         qwkname ALTMED
  266. end
  267.  
  268. msgarea         @NEXT
  269.         path    h:\zmsg\backbone\AMATEUR_
  270.         name    Fido: Amateur Radio Echo
  271.         access  10
  272.         postaccess 12
  273.         realname
  274.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  275.         type    squish
  276.         echomail
  277.         address 1:340/26
  278.         censor
  279.         qwkname AMATEUR_
  280. end
  281.  
  282. msgarea         @NEXT
  283.         path    h:\zmsg\backbone\ARCADE
  284.         name    Fido: Discussion/Help with Arcade Games
  285.         access  10
  286.         postaccess 12
  287.         realname
  288.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  289.         type    squish
  290.         echomail
  291.         address 1:340/26
  292.         censor
  293.         qwkname ARCADE
  294. end
  295.  
  296. msgarea         @NEXT
  297.         path    h:\zmsg\backbone\ASIAN_LI
  298.         name    Fido: International chat echo - members on 6 continents
  299.         access  10
  300.         postaccess 12
  301.         realname
  302.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  303.         type    squish
  304.         echomail
  305.         address 1:340/26
  306.         censor
  307.         qwkname ASIAN_LI
  308. end
  309.  
  310. msgarea         @NEXT
  311.         path    h:\zmsg\backbone\ASKACOP
  312.         name    Fido: Ask Law enforcement professionals about their work and pra
  313.         access  10
  314.         postaccess 12
  315.         realname
  316.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  317.         type    squish
  318.         echomail
  319.         address 1:340/26
  320.         censor
  321.         qwkname ASKACOP
  322. end
  323.  
  324. msgarea         @NEXT
  325.         path    h:\zmsg\backbone\ASKACOP2
  326.         name    Fido: ASKACOP2
  327.         access  10
  328.         postaccess 12
  329.         realname
  330.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  331.         type    squish
  332.         echomail
  333.         address 1:340/26
  334.         censor
  335.         qwkname ASKACOP2
  336. end
  337.  
  338. msgarea         @NEXT
  339.         path    h:\zmsg\backbone\ASK_A_NU
  340.         name    Fido: Ask nurses and others about your health concerns.
  341.         access  10
  342.         postaccess 12
  343.         realname
  344.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  345.         type    squish
  346.         echomail
  347.         address 1:340/26
  348.         censor
  349.         qwkname ASK_A_NU
  350. end
  351.  
  352. msgarea         @NEXT
  353.         path    h:\zmsg\backbone\ASTRONOM
  354.         name    Fido: National Observational Astronomy Echo
  355.         access  10
  356.         postaccess 12
  357.         realname
  358.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  359.         type    squish
  360.         echomail
  361.         address 1:340/26
  362.         censor
  363.         qwkname ASTRONOM
  364. end
  365.  
  366. msgarea         @NEXT
  367.         path    h:\zmsg\backbone\BAMA
  368.         name    Fido: Odyssey Fringe Science Research Network Echo
  369.         access  10
  370.         postaccess 12
  371.         realname
  372.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  373.         type    squish
  374.         echomail
  375.         address 1:340/26
  376.         censor
  377.         qwkname BAMA
  378. end
  379.  
  380. msgarea         @NEXT
  381.         path    h:\zmsg\backbone\BATPOWER
  382.         name    Fido: Batch Languages Programming
  383.         access  10
  384.         postaccess 12
  385.         realname
  386.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  387.         type    squish
  388.         echomail
  389.         address 1:340/26
  390.         censor
  391.         qwkname BATPOWER
  392. end
  393.  
  394. msgarea         @NEXT
  395.         path    h:\zmsg\backbone\BBSLAW
  396.         name    Fido: BBS Legal Issues
  397.         access  10
  398.         postaccess 12
  399.         realname
  400.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  401.         type    squish
  402.         echomail
  403.         address 1:340/26
  404.         censor
  405.         qwkname BBSLAW
  406. end
  407.  
  408. msgarea         @NEXT
  409.         path    h:\zmsg\backbone\BBS_ADS
  410.         name    Fido: ADVERTISE and Promote YOUR BBS!
  411.         access  10
  412.         postaccess 12
  413.         realname
  414.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  415.         type    squish
  416.         echomail
  417.         address 1:340/26
  418.         censor
  419.         qwkname BBS_ADS
  420. end
  421.  
  422. msgarea         @NEXT
  423.         path    h:\zmsg\backbone\BBS_CARN
  424.         name    Fido: BBS Software & Related Utility Chatter
  425.         access  10
  426.         postaccess 12
  427.         realname
  428.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  429.         type    squish
  430.         echomail
  431.         address 1:340/26
  432.         censor
  433.         qwkname BBS_CARN
  434. end
  435.  
  436. msgarea         @NEXT
  437.         path    h:\zmsg\backbone\BBS_DOOR
  438.         name    Fido: Discussions of all types of BBS Doors and their Distrib
  439.         access  10
  440.         postaccess 12
  441.         realname
  442.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  443.         type    squish
  444.         echomail
  445.         address 1:340/26
  446.         censor
  447.         qwkname BBS_DOOR
  448. end
  449.  
  450. msgarea         @NEXT
  451.         path    h:\zmsg\backbone\BEATLES
  452.         name    Fido: BEATLES CONFERENCE
  453.         access  10
  454.         postaccess 12
  455.         realname
  456.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  457.         type    squish
  458.         echomail
  459.         address 1:340/26
  460.         censor
  461.         qwkname BEATLES
  462. end
  463.  
  464. msgarea         @NEXT
  465.         path    h:\zmsg\backbone\BIG_SMOK
  466.         name    Fido: Cigar Lovers Echo
  467.         access  10
  468.         postaccess 12
  469.         realname
  470.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  471.         type    squish
  472.         echomail
  473.         address 1:340/26
  474.         censor
  475.         qwkname BIG_SMOK
  476. end
  477.  
  478. msgarea         @NEXT
  479.         path    h:\zmsg\backbone\BIKE-N-R
  480.         name    Fido: Motorcycle Riders, Bike Safety and Riding
  481.         access  10
  482.         postaccess 12
  483.         realname
  484.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  485.         type    squish
  486.         echomail
  487.         address 1:340/26
  488.         censor
  489.         qwkname BIKE-N-R
  490. end
  491.  
  492. msgarea         @NEXT
  493.         path    h:\zmsg\backbone\BIKENET
  494.         name    Fido: Bicycling and human powered vehicles
  495.         access  10
  496.         postaccess 12
  497.         realname
  498.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  499.         type    squish
  500.         echomail
  501.         address 1:340/26
  502.         censor
  503.         qwkname BIKENET
  504. end
  505.  
  506. msgarea         @NEXT
  507.         path    h:\zmsg\backbone\BINKLEY
  508.         name    Fido: BinkleyTerm Mailer Echo
  509.         access  10
  510.         postaccess 12
  511.         realname
  512.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  513.         type    squish
  514.         echomail
  515.         address 1:340/26
  516.         censor
  517.         qwkname BINKLEY
  518. end
  519.  
  520. msgarea         @NEXT
  521.         path    h:\zmsg\backbone\CANPOL
  522.         name    Fido: Canadian Politics
  523.         access  10
  524.         postaccess 12
  525.         realname
  526.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  527.         type    squish
  528.         echomail
  529.         address 1:340/26
  530.         censor
  531.         qwkname CANPOL
  532. end
  533.  
  534. msgarea         @NEXT
  535.         path    h:\zmsg\backbone\CAN_FREE
  536.         name    Fido: Canada Freechat!
  537.         access  10
  538.         postaccess 12
  539.         realname
  540.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  541.         type    squish
  542.         echomail
  543.         address 1:340/26
  544.         censor
  545.         qwkname CAN_FREE
  546. end
  547.  
  548. msgarea         @NEXT
  549.         path    h:\zmsg\backbone\CAN_SYSL
  550.         name    Fido: Legal information for Canadian sysops
  551.         access  10
  552.         postaccess 12
  553.         realname
  554.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  555.         type    squish
  556.         echomail
  557.         address 1:340/26
  558.         censor
  559.         qwkname CAN_SYSL
  560. end
  561.  
  562. msgarea         @NEXT
  563.         path    h:\zmsg\backbone\CBM
  564.         name    Fido: Commodore Computer Conference
  565.         access  10
  566.         postaccess 12
  567.         realname
  568.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  569.         type    squish
  570.         echomail
  571.         address 1:340/26
  572.         censor
  573.         qwkname CBM
  574. end
  575.  
  576. msgarea         @NEXT
  577.         path    h:\zmsg\backbone\CDROM
  578.         name    Fido: CD ROM Discussion & Info
  579.         access  10
  580.         postaccess 12
  581.         realname
  582.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  583.         type    squish
  584.         echomail
  585.         address 1:340/26
  586.         censor
  587.         qwkname CDROM
  588. end
  589.  
  590. msgarea         @NEXT
  591.         path    h:\zmsg\backbone\CDROM_SA
  592.         name    Fido: CD ROM For Sale
  593.         access  10
  594.         postaccess 12
  595.         realname
  596.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  597.         type    squish
  598.         echomail
  599.         address 1:340/26
  600.         censor
  601.         qwkname CDROM_SA
  602. end
  603.  
  604. msgarea         @NEXT
  605.         path    h:\zmsg\backbone\CFORSALE
  606.         name    Fido: Commercial for Sale Echo
  607.         access  10
  608.         postaccess 12
  609.         realname
  610.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  611.         type    squish
  612.         echomail
  613.         address 1:340/26
  614.         censor
  615.         qwkname CFORSALE
  616. end
  617.  
  618. msgarea         @NEXT
  619.         path    h:\zmsg\backbone\CHANNELS
  620.         name    Fido: Channelled Msgs From Spirit Realms
  621.         access  10
  622.         postaccess 12
  623.         realname
  624.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  625.         type    squish
  626.         echomail
  627.         address 1:340/26
  628.         censor
  629.         qwkname CHANNELS
  630. end
  631.  
  632. msgarea         @NEXT
  633.         path    h:\zmsg\backbone\CIVLIB
  634.         name    Fido: Civil Liberties
  635.         access  10
  636.         postaccess 12
  637.         realname
  638.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  639.         type    squish
  640.         echomail
  641.         address 1:340/26
  642.         censor
  643.         qwkname CIVLIB
  644. end
  645.  
  646. msgarea         @NEXT
  647.         path    h:\zmsg\backbone\CLASSICA
  648.         name    Fido: Classical Music Discussion
  649.         access  10
  650.         postaccess 12
  651.         realname
  652.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  653.         type    squish
  654.         echomail
  655.         address 1:340/26
  656.         censor
  657.         qwkname CLASSICA
  658. end
  659.  
  660. msgarea         @NEXT
  661.         path    h:\zmsg\backbone\COINS
  662.         name    Fido: Coin/token collecting discussion
  663.         access  10
  664.         postaccess 12
  665.         realname
  666.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  667.         type    squish
  668.         echomail
  669.         address 1:340/26
  670.         censor
  671.         qwkname COINS
  672. end
  673.  
  674. msgarea         @NEXT
  675.         path    h:\zmsg\backbone\COLLECTA
  676.         name    Fido: Collectables
  677.         access  10
  678.         postaccess 12
  679.         realname
  680.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  681.         type    squish
  682.         echomail
  683.         address 1:340/26
  684.         censor
  685.         qwkname COLLECTA
  686. end
  687.  
  688. msgarea         @NEXT
  689.         path    h:\zmsg\backbone\CONSPRCY
  690.         name    Fido: Conspiracy Discussions
  691.         access  10
  692.         postaccess 12
  693.         realname
  694.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  695.         type    squish
  696.         echomail
  697.         address 1:340/26
  698.         censor
  699.         qwkname CONSPRCY
  700. end
  701.  
  702. msgarea         @NEXT
  703.         path    h:\zmsg\backbone\C_ECHO
  704.         name    Fido: C Language Programming
  705.         access  10
  706.         postaccess 12
  707.         realname
  708.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  709.         type    squish
  710.         echomail
  711.         address 1:340/26
  712.         censor
  713.         qwkname C_ECHO
  714. end
  715.  
  716. msgarea         @NEXT
  717.         path    h:\zmsg\backbone\C_PLUSPL
  718.         name    Fido: The International C++ Echo
  719.         access  10
  720.         postaccess 12
  721.         realname
  722.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  723.         type    squish
  724.         echomail
  725.         address 1:340/26
  726.         censor
  727.         qwkname C_PLUSPL
  728. end
  729.  
  730. msgarea         @NEXT
  731.         path    h:\zmsg\backbone\DELPHI
  732.         name    Fido: Borland Delphi Developers' Echo
  733.         access  10
  734.         postaccess 12
  735.         realname
  736.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  737.         type    squish
  738.         echomail
  739.         address 1:340/26
  740.         censor
  741.         qwkname DELPHI
  742. end
  743.  
  744. msgarea         @NEXT
  745.         path    h:\zmsg\backbone\DESQVIEW
  746.         name    Fido: Quarterdeck Products: DESQview/QEMM/DVX/Etc. Int'l Confere
  747.         access  10
  748.         postaccess 12
  749.         realname
  750.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  751.         type    squish
  752.         echomail
  753.         address 1:340/26
  754.         censor
  755.         qwkname DESQVIEW
  756. end
  757.  
  758. msgarea         @NEXT
  759.         path    h:\zmsg\backbone\DND
  760.         name    Fido: D&D and Fantasy Role-Playing conference.
  761.         access  10
  762.         postaccess 12
  763.         realname
  764.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  765.         type    squish
  766.         echomail
  767.         address 1:340/26
  768.         censor
  769.         qwkname DND
  770. end
  771.  
  772. msgarea         @NEXT
  773.         path    h:\zmsg\backbone\DOOM
  774.         name    Fido: DOOM (and other 3D games) discussion and support.
  775.         access  10
  776.         postaccess 12
  777.         realname
  778.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  779.         type    squish
  780.         echomail
  781.         address 1:340/26
  782.         censor
  783.         qwkname DOOM
  784. end
  785.  
  786. msgarea         @NEXT
  787.         path    h:\zmsg\backbone\DOORGAME
  788.         name    Fido: BBS Doorgames and discussions
  789.         access  10
  790.         postaccess 12
  791.         realname
  792.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  793.         type    squish
  794.         echomail
  795.         address 1:340/26
  796.         censor
  797.         qwkname DOORGAME
  798. end
  799.  
  800. msgarea         @NEXT
  801.         path    h:\zmsg\backbone\DOORWARE
  802.         name    Fido: DOORWARE (tm) Support Echo and General Door Development Fo
  803.         access  10
  804.         postaccess 12
  805.         realname
  806.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  807.         type    squish
  808.         echomail
  809.         address 1:340/26
  810.         censor
  811.         qwkname DOORWARE
  812. end
  813.  
  814. msgarea         @NEXT
  815.         path    h:\zmsg\backbone\DOS_INTE
  816.         name    Fido: DOS/BBS Internet Applications: KA9Q, SLIP_IT, Etc.
  817.         access  10
  818.         postaccess 12
  819.         realname
  820.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  821.         type    squish
  822.         echomail
  823.         address 1:340/26
  824.         censor
  825.         qwkname DOS_INTE
  826. end
  827.  
  828. msgarea         @NEXT
  829.         path    h:\zmsg\backbone\ECSTASY
  830.         name    Fido: Music of McLachlan, Amos, Bush and others
  831.         access  10
  832.         postaccess 12
  833.         realname
  834.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  835.         type    squish
  836.         echomail
  837.         address 1:340/26
  838.         censor
  839.         qwkname ECSTASY
  840. end
  841.  
  842. msgarea         @NEXT
  843.         path    h:\zmsg\backbone\ENTREPRE
  844.         name    Fido: Entrepreneur conference
  845.         access  10
  846.         postaccess 12
  847.         realname
  848.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  849.         type    squish
  850.         echomail
  851.         address 1:340/26
  852.         censor
  853.         qwkname ENTREPRE
  854. end
  855.  
  856. msgarea         @NEXT
  857.         path    h:\zmsg\backbone\FLAT_TAX
  858.         name    Fido: Flat rate taxation and government waste.
  859.         access  10
  860.         postaccess 12
  861.         realname
  862.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  863.         type    squish
  864.         echomail
  865.         address 1:340/26
  866.         censor
  867.         qwkname FLAT_TAX
  868. end
  869.  
  870. msgarea         @NEXT
  871.         path    h:\zmsg\backbone\FOR-SALE
  872.         name    Fido: National For Sale Echo
  873.         access  10
  874.         postaccess 12
  875.         realname
  876.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  877.         type    squish
  878.         echomail
  879.         address 1:340/26
  880.         censor
  881.         qwkname FOR-SALE
  882. end
  883.  
  884. msgarea         @NEXT
  885.         path    h:\zmsg\backbone\FREE_SPE
  886.         name    Fido: Freedom of Speech and Expression
  887.         access  10
  888.         postaccess 12
  889.         realname
  890.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  891.         type    squish
  892.         echomail
  893.         address 1:340/26
  894.         censor
  895.         qwkname FREE_SPE
  896. end
  897.  
  898. msgarea         @NEXT
  899.         path    h:\zmsg\backbone\HDSALE
  900.         name    Fido: Buying and selling of hard drives & accessories
  901.         access  10
  902.         postaccess 12
  903.         realname
  904.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  905.         type    squish
  906.         echomail
  907.         address 1:340/26
  908.         censor
  909.         qwkname HDSALE
  910. end
  911.  
  912. msgarea         @NEXT
  913.         path    h:\zmsg\backbone\HOMEPOWR
  914.         name    Fido: Alternative Energy Systems and Homemade Power
  915.         access  10
  916.         postaccess 12
  917.         realname
  918.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  919.         type    squish
  920.         echomail
  921.         address 1:340/26
  922.         censor
  923.         qwkname HOMEPOWR
  924. end
  925.  
  926. msgarea         @NEXT
  927.         path    h:\zmsg\backbone\HS_MODEM
  928.         name    Fido: High Speed modems
  929.         access  10
  930.         postaccess 12
  931.         realname
  932.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  933.         type    squish
  934.         echomail
  935.         address 1:340/26
  936.         censor
  937.         qwkname HS_MODEM
  938. end
  939.  
  940. msgarea         @NEXT
  941.         path    h:\zmsg\backbone\I_UFO
  942.         name    Fido: UFO's, Science, Contact, no ridicule allowed!
  943.         access  10
  944.         postaccess 12
  945.         realname
  946.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  947.         type    squish
  948.         echomail
  949.         address 1:340/26
  950.         censor
  951.         qwkname I_UFO
  952. end
  953.  
  954. msgarea         @NEXT
  955.         path    h:\zmsg\backbone\KLINGON
  956.         name    Fido: Star Trek Klingon Discussions
  957.         access  10
  958.         postaccess 12
  959.         realname
  960.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  961.         type    squish
  962.         echomail
  963.         address 1:340/26
  964.         censor
  965.         qwkname KLINGON
  966. end
  967.  
  968. msgarea         @NEXT
  969.         path    h:\zmsg\backbone\KOMBUCHA
  970.         name    Fido: Discussion of Kombucha, aka Manchurian Mushroom
  971.         access  10
  972.         postaccess 12
  973.         realname
  974.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  975.         type    squish
  976.         echomail
  977.         address 1:340/26
  978.         censor
  979.         qwkname KOMBUCHA
  980. end
  981.  
  982. msgarea         @NEXT
  983.         path    h:\zmsg\backbone\LIMBAUGH
  984.         name    Fido: International Fans of Rush Limbaugh Conference
  985.         access  10
  986.         postaccess 12
  987.         realname
  988.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  989.         type    squish
  990.         echomail
  991.         address 1:340/26
  992.         censor
  993.         qwkname LIMBAUGH
  994. end
  995.  
  996. msgarea         @NEXT
  997.         path    h:\zmsg\backbone\LOVE_&_M
  998.         name    Fido: Discuss issues relevant to Dating & Marriage
  999.         access  10
  1000.         postaccess 12
  1001.         realname
  1002.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1003.         type    squish
  1004.         echomail
  1005.         address 1:340/26
  1006.         censor
  1007.         qwkname LOVE_&_M
  1008. end
  1009.  
  1010. msgarea         @NEXT
  1011.         path    h:\zmsg\backbone\MALUM_PR
  1012.         name    Fido: Discussion of Laws against Consentual Activities
  1013.         access  10
  1014.         postaccess 12
  1015.         realname
  1016.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1017.         type    squish
  1018.         echomail
  1019.         address 1:340/26
  1020.         censor
  1021.         qwkname MALUM_PR
  1022. end
  1023.  
  1024. msgarea         @NEXT
  1025.         path    h:\zmsg\backbone\MENSA
  1026.         name    Fido: Mensa, intelligence, education, other hi-IQ groups, etc.
  1027.         access  10
  1028.         postaccess 12
  1029.         realname
  1030.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1031.         type    squish
  1032.         echomail
  1033.         address 1:340/26
  1034.         censor
  1035.         qwkname MENSA
  1036. end
  1037.  
  1038. msgarea         @NEXT
  1039.         path    h:\zmsg\backbone\MUFFIN
  1040.         name    Fido: Maximus BBS Software Support Conference (Sysops Only)
  1041.         access  250
  1042.         postaccess 250
  1043.         realname
  1044.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1045.         type    squish
  1046.         echomail
  1047.         address 1:340/26
  1048.         censor
  1049.         qwkname MUFFIN
  1050. end
  1051.  
  1052. msgarea         @NEXT
  1053.         path    h:\zmsg\backbone\NATURIST
  1054.         name    Fido: Naturist/nudist discussion
  1055.         access  10
  1056.         postaccess 12
  1057.         realname
  1058.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1059.         type    squish
  1060.         echomail
  1061.         address 1:340/26
  1062.         censor
  1063.         qwkname NATURIST
  1064. end
  1065.  
  1066. msgarea         @NEXT
  1067.         path    h:\zmsg\backbone\NAT_FLEA
  1068.         name    Fido: National Flea Market
  1069.         access  10
  1070.         postaccess 12
  1071.         realname
  1072.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1073.         type    squish
  1074.         echomail
  1075.         address 1:340/26
  1076.         censor
  1077.         qwkname NAT_FLEA
  1078. end
  1079.  
  1080. msgarea         @NEXT
  1081.         path    h:\zmsg\backbone\NEW_AGE_
  1082.         name    Fido: Friendly discussion of New Age Topics
  1083.         access  10
  1084.         postaccess 12
  1085.         realname
  1086.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1087.         qwkname NEW_AGE_
  1088.         type    squish
  1089.         echomail
  1090.         address 1:340/26
  1091.         censor
  1092. end
  1093.  
  1094. msgarea         @NEXT
  1095.         path    h:\zmsg\backbone\NEW_SYSO
  1096.         name    Fido: Novice sysops' support echo
  1097.         access  10
  1098.         postaccess 12
  1099.         realname
  1100.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1101.         type    squish
  1102.         echomail
  1103.         address 1:340/26
  1104.         censor
  1105.         qwkname NEW_SYSO
  1106. end
  1107.  
  1108. msgarea         @NEXT
  1109.         path    h:\zmsg\backbone\NOPIRACY
  1110.         name    Fido: Piracy/Computer Crime Discussion & Debate
  1111.         access  10
  1112.         postaccess 12
  1113.         realname
  1114.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1115.         type    squish
  1116.         echomail
  1117.         address 1:340/26
  1118.         censor
  1119.         qwkname NOPIRACY
  1120. end
  1121.  
  1122. msgarea         @NEXT
  1123.         path    h:\zmsg\backbone\NORML
  1124.         name    Fido: Electronic Media Venture Marijuana Information
  1125.         access  10
  1126.         postaccess 12
  1127.         realname
  1128.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1129.         type    squish
  1130.         echomail
  1131.         address 1:340/26
  1132.         censor
  1133.         qwkname NORML
  1134. end
  1135.  
  1136. msgarea         @NEXT
  1137.         path    h:\zmsg\backbone\OS2BBS
  1138.         name    Fido: OS/2 BBS'ing
  1139.         access  10
  1140.         postaccess 12
  1141.         realname
  1142.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1143.         type    squish
  1144.         echomail
  1145.         address 1:340/26
  1146.         censor
  1147.         qwkname OS2BBS
  1148. end
  1149.  
  1150. msgarea         @NEXT
  1151.         path    h:\zmsg\backbone\OS2DOSBB
  1152.         name    Fido: Support for DOS-Based BBS Software Under OS/2
  1153.         access  10
  1154.         postaccess 12
  1155.         realname
  1156.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1157.         type    squish
  1158.         echomail
  1159.         address 1:340/26
  1160.         censor
  1161.         qwkname OS2DOSBB
  1162. end
  1163.  
  1164. msgarea         @NEXT
  1165.         path    h:\zmsg\backbone\OTHERNET
  1166.         name    Fido: OtherNets: Information on Networks other than FidoNet
  1167.         access  10
  1168.         postaccess 12
  1169.         realname
  1170.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1171.         type    squish
  1172.         echomail
  1173.         address 1:340/26
  1174.         censor
  1175.         qwkname OTHERNET
  1176. end
  1177.  
  1178. msgarea         @NEXT
  1179.         path    h:\zmsg\backbone\P5DRAFT
  1180.         name    Fido: Conference for Promotion & Discussion of Policy 5 DRAFT
  1181.         access  12
  1182.         postaccess 500
  1183.         realname
  1184.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1185.         type    squish
  1186.         echomail
  1187.         address 1:340/26
  1188.         censor
  1189.         qwkname P5DRAFT
  1190. end
  1191.  
  1192. msgarea         @NEXT
  1193.         path    h:\zmsg\backbone\PASCAL
  1194.         name    Fido: Pascal
  1195.         access  10
  1196.         postaccess 12
  1197.         realname
  1198.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1199.         type    squish
  1200.         echomail
  1201.         address 1:340/26
  1202.         censor
  1203.         qwkname PASCAL
  1204. end
  1205.  
  1206. msgarea         @NEXT
  1207.         path    h:\zmsg\backbone\PC_CONSU
  1208.         name    Fido: PC Consultants Echo
  1209.         access  10
  1210.         postaccess 12
  1211.         realname
  1212.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1213.         type    squish
  1214.         echomail
  1215.         address 1:340/26
  1216.         censor
  1217.         qwkname PC_CONSU
  1218. end
  1219.  
  1220. msgarea         @NEXT
  1221.         path    h:\zmsg\backbone\PINK
  1222.         name    Fido: Pink Floyd Discussions
  1223.         access  10
  1224.         postaccess 12
  1225.         realname
  1226.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1227.         type    squish
  1228.         echomail
  1229.         address 1:340/26
  1230.         censor
  1231.         qwkname PINK
  1232. end
  1233.  
  1234. msgarea         @NEXT
  1235.         path    h:\zmsg\backbone\PYRO
  1236.         name    Fido: National Pyrotechnic Echo
  1237.         access  10
  1238.         postaccess 12
  1239.         realname
  1240.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1241.         type    squish
  1242.         echomail
  1243.         address 1:340/26
  1244.         censor
  1245.         qwkname PYRO
  1246. end
  1247.  
  1248. msgarea         @NEXT
  1249.         path    h:\zmsg\backbone\RACE_UNI
  1250.         name    Fido: Healing Racism
  1251.         access  10
  1252.         postaccess 12
  1253.         realname
  1254.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1255.         type    squish
  1256.         echomail
  1257.         address 1:340/26
  1258.         censor
  1259.         qwkname RACE_UNI
  1260. end
  1261.  
  1262. msgarea         @NEXT
  1263.         path    h:\zmsg\backbone\REAL_FRE
  1264.         name    Fido: Real Free Speech - No Moderation
  1265.         access  10
  1266.         postaccess 12
  1267.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1268.         type    squish
  1269.         echomail
  1270.         address 1:340/26
  1271.         qwkname REAL_FRE
  1272. end
  1273.  
  1274. msgarea         @NEXT
  1275.         path    h:\zmsg\backbone\SCANRADI
  1276.         name    Fido: Scanner Radios - Equipment and Frequency Discussions
  1277.         access  10
  1278.         postaccess 12
  1279.         realname
  1280.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1281.         type    squish
  1282.         echomail
  1283.         address 1:340/26
  1284.         censor
  1285.         qwkname SCANRADI
  1286. end
  1287.  
  1288. msgarea         @NEXT
  1289.         path    h:\zmsg\backbone\SCI&TECH
  1290.         name    Fido: Science and Technology Conference
  1291.         access  10
  1292.         postaccess 12
  1293.         realname
  1294.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1295.         type    squish
  1296.         echomail
  1297.         address 1:340/26
  1298.         censor
  1299.         qwkname SCI&TECH
  1300. end
  1301.  
  1302. msgarea         @NEXT
  1303.         path    h:\zmsg\backbone\SCIENCE
  1304.         name    Fido: National Science Echo
  1305.         access  10
  1306.         postaccess 12
  1307.         realname
  1308.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1309.         type    squish
  1310.         echomail
  1311.         address 1:340/26
  1312.         censor
  1313.         qwkname SCIENCE
  1314. end
  1315.  
  1316. msgarea         @NEXT
  1317.         path    h:\zmsg\backbone\SCN-CHEA
  1318.         name    Fido: Computer game cheating/unethical moves echo
  1319.         access  10
  1320.         postaccess 12
  1321.         realname
  1322.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1323.         type    squish
  1324.         echomail
  1325.         address 1:340/26
  1326.         censor
  1327.         qwkname SCN-CHEA
  1328. end
  1329.  
  1330. msgarea         @NEXT
  1331.         path    h:\zmsg\backbone\SYS4SALE
  1332.         name    Fido: SysOp For Sale Echo
  1333.         access  250
  1334.         postaccess 250
  1335.         realname
  1336.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1337.         type    squish
  1338.         echomail
  1339.         address 1:340/26
  1340.         censor
  1341.         qwkname SYS4SALE
  1342. end
  1343.  
  1344. msgarea         @NEXT
  1345.         path    h:\zmsg\backbone\SYSOP
  1346.         name    Fido: International Sysop Conference (the original one)
  1347.         access  250
  1348.         postaccess 500
  1349.         realname
  1350.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1351.         type    squish
  1352.         echomail
  1353.         address 1:340/26
  1354.         censor
  1355.         qwkname SYSOP
  1356. end
  1357.  
  1358. msgarea         @NEXT
  1359.         path    h:\zmsg\backbone\TREK
  1360.         name    Fido: Star Trek General Discussions
  1361.         access  10
  1362.         postaccess 12
  1363.         realname
  1364.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1365.         type    squish
  1366.         echomail
  1367.         address 1:340/26
  1368.         censor
  1369.         qwkname TREK
  1370. end
  1371.  
  1372. msgarea         @NEXT
  1373.         path    h:\zmsg\backbone\TREKTECH
  1374.         name    Fido: Star Trek technical discussions
  1375.         access  10
  1376.         postaccess 12
  1377.         realname
  1378.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1379.         type    squish
  1380.         echomail
  1381.         address 1:340/26
  1382.         censor
  1383.         qwkname TREKTECH
  1384. end
  1385.  
  1386. msgarea         @NEXT
  1387.         path    h:\zmsg\backbone\TREK_VOY
  1388.         name    Fido: Star Trek: Voyager Echo
  1389.         access  10
  1390.         postaccess 12
  1391.         realname
  1392.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1393.         type    squish
  1394.         echomail
  1395.         address 1:340/26
  1396.         censor
  1397.         qwkname TREK_VOY
  1398. end
  1399.  
  1400. msgarea         @NEXT
  1401.         path    h:\zmsg\backbone\UFO
  1402.         name    Fido: UFO Topics
  1403.         access  10
  1404.         postaccess 12
  1405.         realname
  1406.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1407.         type    squish
  1408.         echomail
  1409.         address 1:340/26
  1410.         censor
  1411.         qwkname UFO
  1412. end
  1413.  
  1414. msgarea         @NEXT
  1415.         path    h:\zmsg\backbone\USR_MODE
  1416.         name    Fido: US Robotics Modems Echo
  1417.         access  10
  1418.         postaccess 12
  1419.         realname
  1420.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1421.         type    squish
  1422.         echomail
  1423.         address 1:340/26
  1424.         censor
  1425.         qwkname USR_MODE
  1426. end
  1427.  
  1428. msgarea         @NEXT
  1429.         path    h:\zmsg\backbone\VEGAN
  1430.         name    Fido: The Vegetarian Echo
  1431.         access  10
  1432.         postaccess 12
  1433.         realname
  1434.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1435.         type    squish
  1436.         echomail
  1437.         address 1:340/26
  1438.         censor
  1439.         qwkname VEGAN
  1440. end
  1441.  
  1442. msgarea         @NEXT
  1443.         path    h:\zmsg\backbone\VID_GAME
  1444.         name    Fido: Home VideoGame System and Game discussions
  1445.         access  10
  1446.         postaccess 12
  1447.         realname
  1448.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1449.         type    squish
  1450.         echomail
  1451.         address 1:340/26
  1452.         censor
  1453.         qwkname VID_GAME
  1454. end
  1455.  
  1456. msgarea         @NEXT
  1457.         path    h:\zmsg\backbone\WIN_SYSO
  1458.         name    Fido: Windows Sysop Echo
  1459.         access  10
  1460.         postaccess 12
  1461.         realname
  1462.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1463.         type    squish
  1464.         echomail
  1465.         address 1:340/26
  1466.         censor
  1467.         qwkname WIN.SYSO
  1468. end
  1469.  
  1470. msgarea         @NEXT
  1471.         path    h:\zmsg\backbone\WIN32
  1472.         name    Fido: Microsoft WIN32 Operating Systems
  1473.         access  10
  1474.         postaccess 12
  1475.         realname
  1476.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1477.         type    squish
  1478.         echomail
  1479.         address 1:340/26
  1480.         censor
  1481.         qwkname WIN32
  1482. end
  1483.  
  1484. msgarea         @NEXT
  1485.         path    h:\zmsg\backbone\WIN95
  1486.         name    Fido: Windows95
  1487.         access  10
  1488.         postaccess 12
  1489.         realname
  1490.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1491.         type    squish
  1492.         echomail
  1493.         address 1:340/26
  1494.         censor
  1495.         qwkname WIN95
  1496. end
  1497.  
  1498. msgarea         @NEXT
  1499.         path    h:\zmsg\backbone\WINDOWS
  1500.         name    Fido: WINDOWS
  1501.         access  10
  1502.         postaccess 12
  1503.         realname
  1504.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1505.         type    squish
  1506.         echomail
  1507.         address 1:340/26
  1508.         censor
  1509.         qwkname WINDOWS
  1510. end
  1511.  
  1512. msgarea         @NEXT
  1513.         path    h:\zmsg\backbone\WRESTLIN
  1514.         name    Fido: Fido Pro Wrestling (FPW)
  1515.         access  10
  1516.         postaccess 12
  1517.         realname
  1518.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1519.         type    squish
  1520.         echomail
  1521.         address 1:340/26
  1522.         censor
  1523.         qwkname WRESTLIN
  1524. end
  1525.  
  1526. msgarea         @NEXT
  1527.         path    h:\zmsg\backbone\WRITING
  1528.         name    Fido: FidoNet Writing conference
  1529.         access  10
  1530.         postaccess 12
  1531.         realname
  1532.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1533.         type    squish
  1534.         echomail
  1535.         address 1:340/26
  1536.         censor
  1537.         qwkname WRITING
  1538. end
  1539.  
  1540. msgarea         @NEXT
  1541.         path    h:\zmsg\backbone\X-FILES
  1542.         name    Fido: X-Files TV show discussions
  1543.         access  10
  1544.         postaccess 12
  1545.         realname
  1546.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1547.         type    squish
  1548.         echomail
  1549.         address 1:340/26
  1550.         censor
  1551.         qwkname X-FILES
  1552. end
  1553.  
  1554. msgarea         @NEXT
  1555.         path    h:\zmsg\backbone\YOUNG_AD
  1556.         name    Fido: Young Adult Forum
  1557.         access  10
  1558.         postaccess 12
  1559.         realname
  1560.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1561.         type    squish
  1562.         echomail
  1563.         address 1:340/26
  1564.         censor
  1565.         qwkname YOUNG_AD
  1566. end
  1567.  
  1568. msgarea         @NEXT
  1569.         path    h:\zmsg\backbone\ZYMURGY
  1570.         name    Fido: Beer Homebrewing
  1571.         access  10
  1572.         postaccess 12
  1573.         realname
  1574.         origin  THC BBS - 26,000 Text Files - +1 604 361 4549
  1575.         type    squish
  1576.         echomail
  1577.         address 1:340/26
  1578.         censor
  1579.         qwkname ZYMURGY
  1580. end
  1581.