SYNOPSIS
struct I2Host;
FILE
/kernel/types.c
DEFINITION
A structure defining a single intermud 2 host
public struct I2Host {
string mudname, ip;
int udp_port;
mixed local_commands, host_commands;
int host_status, last_connection, last_expiry;
};