##################
# MUD entry file #
##################
#
# Whitespace at the beginning of lines is ignored.
# Blank lines and lines beginning with '#' are ignored.
#
# Defining a MUD server:
#	server  <MUD-name>  <MUD-type>  <host-name>  <port-number>
# where <MUD-name> may not include any spaces
#       <MUD-type> is drawn from the set {TinyMUD, TinyMUCK, TinyMUSH,
#                                         TeenyMUD, SMUG, LPMUD, MOO}
#       <host-name> is a domain-style name (NOT a numeric host address)
#   and <post-number> is a number
#
# Defining a default server (to initialize the prompt):
#	default-server  <MUD-name>
#
# Defining your personal login information for a particular server:
#	<MUD-name>  <character-name>  <password>
#
# Defining your personal login information for all other servers:
#	default  <character-name>  <password>
#
# Using other files of similar lines:
#	include  <file-name>
# where <file-name> may use the usual ~ and ~username notations and is
#       interpreted relative to the directory in which the current entry file
#       is located.
#
# The entry file is searched starting at the beginning and ending as soon as
# the required piece of information is found.  Thus, to maintain a personal
# entry file that overrides certain aspects of a shared file, your personal
# file should begin with your personal entries and then, at the end, include
# the shared file.

server LambdaMOO 	MOO	 lambda.moo.mud.org 		8888
server ColdDark         MOO      ice.cold.org                   1138

default-server  LambdaMOO

LambdaMOO   YOURNAME   YOURPASSWORD
ColdDark    YOURNAME   YOURPASSWORD