summaryrefslogtreecommitdiffstats
path: root/kbackgammon/engines/fibs/clip.h
blob: e016eb5b21faa9a72f592f4b0d84973db521baa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/*
  
  This file defines constants of the "CLIent Protocol" of FIBS.
  It comes directly from Marvin and I guess it is copyrighted 
  by him. If you have questions regarding this file, try to
  visit
  
               http://fibs.demon.co.uk/clip.html
  
*/

#ifndef KFIBS_CLIP_H 
#define KFIBS_CLIP_H 


#define CLIP_VERSION 1008

#define CLIP_WELCOME 1
#define CLIP_OWN_INFO 2
#define CLIP_MOTD_BEGIN 3
#define CLIP_MOTD_END 4
#define CLIP_WHO_INFO 5
#define CLIP_WHO_END 6
#define CLIP_LOGIN 7
#define CLIP_LOGOUT 8
#define CLIP_MESSAGE 9
#define CLIP_MESSAGE_DELIVERED 10
#define CLIP_MESSAGE_SAVED 11
#define CLIP_SAYS 12
#define CLIP_SHOUTS 13
#define CLIP_WHISPERS 14
#define CLIP_KIBITZES 15
#define CLIP_YOU_SAY 16
#define CLIP_YOU_SHOUT 17
#define CLIP_YOU_WHISPER 18
#define CLIP_YOU_KIBITZ 19


#endif // KFIBS_CLIP_H