/* $Header: chat.h,v 1.4 85/02/02 21:45:50 jtkohl Exp $ */
/* $Log:	chat.h,v $
 * Revision 1.4  85/02/02  21:45:50  jtkohl
 * modified to take as much of hostname with name as possible
 * 
 * Revision 1.3  85/02/02  13:29:22  jtkohl
 * modified to contain more dfn's
 * 
 * Revision 1.2  85/02/01  23:18:48  jtkohl
 * modified to ask permission of players
 * 
 * Revision 1.1  85/01/31  14:11:36  jtkohl
 * Initial revision
 *  */

#define MAX_NAME_LENGTH 21 /* 20 chars+ null */
#define MAX_BUF_LENGTH	4096

/* added for voting on incoming players */
#define VOTES_YES	-1
#define VOTES_NO	-2
#define ABSTAINS	-3

#define GET_VOTE	-10

#define REJECTED	-20
