com.planet_ink.coffee_mud.core.intermud.imc2
Class siteinfo

java.lang.Object
  extended by com.planet_ink.coffee_mud.core.intermud.imc2.siteinfo

public class siteinfo
extends java.lang.Object

IMC2 version 0.10 - an inter-mud communications protocol Copyright (C) 1996 & 1997 Oliver Jowett IMC2 Gold versions 1.00 though 2.00 are developed by MudWorld. Copyright (C) 1999 - 2002 Haslage Net Electronics (Anthony R. Haslage) IMC2 MUD-Net version 3.10 is developed by Alsherok and Crimson Oracles Copyright (C) 2002 Roger Libiez ( Samson ) Additional code Copyright (C) 2002 Orion Elder Registered with the United States Copyright Office TX 5-555-584 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program (see the file COPYING); if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Ported to Java by Istvan David (u_davis@users.sourceforge.net)


Field Summary
 java.lang.String base
           
 java.lang.String details
           
 java.lang.String email
           
 java.lang.String flags
           
 java.lang.String host
           
 int maxguests
           
 java.lang.String name
           
 int port
           
 java.lang.String www
           
 
Constructor Summary
siteinfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

host

public java.lang.String host

email

public java.lang.String email

www

public java.lang.String www

details

public java.lang.String details

flags

public java.lang.String flags

base

public java.lang.String base

port

public int port

maxguests

public int maxguests
Constructor Detail

siteinfo

public siteinfo()