1 /***************************************************************************
2                           netmessages.h  -  Text messages used by the network protocol
3                              -------------------
4     begin                : do dec 22 2005
5     copyright            : (C) 2005 by CJP
6     email                : cornware-cjp@users.sourceforge.net
7  ***************************************************************************/
8 
9 /***************************************************************************
10  *                                                                         *
11  *   This program is free software; you can redistribute it and/or modify  *
12  *   it under the terms of the GNU General Public License as published by  *
13  *   the Free Software Foundation; either version 2 of the License, or     *
14  *   (at your option) any later version.                                   *
15  *                                                                         *
16  ***************************************************************************/
17 
18 #define USNET_SEARCHFORSTUNTS_VERSION "ULTIMATESTUNTS 0.7.4"
19 #define USNET_ULTIMATESTUNTS_SERVER "ULTIMATESTUNTS"
20 
21 #define USNET_JOIN    "JOIN"
22 #define USNET_PING    "PING"
23 #define USNET_LEAVE   "LEAVE"
24 #define USNET_READY   "READY"
25 #define USNET_OBJECTS "OBJECTS"
26 #define USNET_GET     "GET"
27 #define USNET_TRACK   "TRACK"
28 #define USNET_STATUS  "STATUS"
29