I added the protocol.py file.
[krufty_fps.git] / protocol.py
blob5ddaf8c62e85645b1be7dc8f2dd454e100bdec3b
1 #!/usr/bin/python
3 # this is the protocol definitions
5 SERVERREQUEST = "SERVERREQUEST_"
6 SERVEROFFER = "SERVEROFFER_"
7 SERVERKILL = "SERVERKILL_"
8 YOUTHERE = "YOUTHERE_"
9 IMHERE = "IMHERE_"
10 WANTIN = "WANTIN_"
11 YOUREIN = "YOUREIN_"
12 IMOUT = "IMOUT_"
13 GETLIST = "GETLIST_"
14 LIST = "LIST_"
15 SOMEONEJOINED = "SOMEONEJOINED_"
16 SOMEONELEFT = "SOMEONELEFT_"
17 YOUROUT = "YOUROUT_"
18 LETTER = "LETTER_"
19 SERVER_GONE = 'SERVER_GONE_'
20 NAMEDENIED = "NAMEDENIED_"
22 # end