home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / tinymush.zip / TinyMush / netmush.conf < prev    next >
Text File  |  1999-08-28  |  617b  |  30 lines

  1. # netmush.conf - TinyMUSH configuration file
  2. #
  3. # -- Default filenames for the database
  4. #
  5. input_database    netmush.db
  6. output_database    netmush.db.new
  7. crash_database    netmush.db.CRASH
  8. gdbm_database    netmush.gdbm
  9. #
  10. # -- Other basic defaults
  11. #
  12. port 6250
  13. mud_name NonameMUSH
  14. #
  15. include alias.conf
  16. include compat.conf
  17. #
  18. access    @find        disabled
  19. #
  20. # -- Site restriction
  21. #
  22. # Uncomment this to set all sites to Registration.
  23. # register_site 0.0.0.0/0
  24. #
  25. # -- Define local aliases/parameters/whatnot here.
  26. match_own_commands yes
  27. player_match_own_commands yes
  28. player_name_spaces no
  29. access @restart disabled
  30.