The globals file contains a variety of information. Each element has to be in
the file for the program to work.
The elements are one per line:
1)  the site internet name or number. [eg:watnxt1.ucr.edu]
2)  the port to connect to, to access the mud [eg:4201]
3)  the password of the robot [eg:robpass]
4)  the name of the help file [eg:mbongo/help, ~ is not a valid path]
5)  the name of the players file [eg:mbongo/players, ~ is not a valid path]
6)  the name of the groups file [eg:mbongo/groups, ~ is not a valid path]
7)  the name of the rooms file [eg:mbongo/map, ~ is not a valid path]
8)  the action for the robot to respond to as a command instruction
	[eg:whispers,]  The command string must be in this format:
	{player's name} {command action} "{command}"
9)  the command that sends the robot home [eg:home]
10) the home room of the robot
	[good idea to set this to 0, until you create a map]
11) the move odds [good idea to set this to 0 also]
12) the name(s) of the robot
	[multiple names are seperated by a |, with no space padding.]

There is a template in the distribution, I'd recommend that you edit that and
use it.