Fix bug in setting up w3 and w4 games
[capablanca.git] / lasker-2.2.3 / src / talkproc.h
1 /*
2    Copyright (c) 1993 Richard V. Nash.
3    Copyright (c) 2000 Dan Papasian
4    Copyright (C) Andrew Tridgell 2002
5    
6    This program is free software; you can redistribute it and/or modify
7    it under the terms of the GNU General Public License as published by
8    the Free Software Foundation; either version 2 of the License, or
9    (at your option) any later version.
10    
11    This program is distributed in the hope that it will be useful,
12    but WITHOUT ANY WARRANTY; without even the implied warranty of
13    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14    GNU General Public License for more details.
15    
16    You should have received a copy of the GNU General Public License
17    along with this program; if not, write to the Free Software
18    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 */
20
21 /* Revision history:
22    name                         yy/mm/dd        Change
23    hersco and Marsalis          95/07/24        Created
24 */
25
26 #ifndef _TALKPROC_H
27 #define _TALKPROC_H
28
29 #define MAX_CHANNELS 256
30 #define TELL_TELL 0
31 #define TELL_SAY 1
32 #define TELL_WHISPER 2
33 #define TELL_KIBITZ 3
34 #define TELL_CHANNEL 4
35 #define TELL_LTELL 5
36
37 #endif /* _TALKPROC_H */