diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-11 05:29:51 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-11 05:29:51 +0000 |
| commit | 1d98b33ec21827aab21a5afef27c8abf6c510507 (patch) | |
| tree | a0b68f64bd856242833ffcd9265ee091ba53bd58 /src/game/g_protocol.def | |
| parent | 6c60f3bcbb8d6c5afd2ef815f8a6307336a86f3d (diff) | |
| download | zcatch-1d98b33ec21827aab21a5afef27c8abf6c510507.tar.gz zcatch-1d98b33ec21827aab21a5afef27c8abf6c510507.zip | |
added motd
Diffstat (limited to 'src/game/g_protocol.def')
| -rw-r--r-- | src/game/g_protocol.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/g_protocol.def b/src/game/g_protocol.def index 211c21a3..75ae4012 100644 --- a/src/game/g_protocol.def +++ b/src/game/g_protocol.def @@ -40,6 +40,9 @@ raw_header enum { MSG_NULL=0, + + MSG_MOTD, // server -> client, message of the day + MSG_SAY, // client -> server MSG_CHAT, // server -> client MSG_SETINFO, // server -> client - contains name, skin and color info |