diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-07-06 19:36:04 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-07-06 19:36:04 +0000 |
| commit | ca019ecd6715557a572ac9a56de556434f9b31aa (patch) | |
| tree | 5e39db57af3433dd7b44162cdf5f388111e091fb /src/client/client.c | |
| parent | 05f2c8aacf46e643b2bd916b7c8139e8a259122a (diff) | |
- podpora chatu :)
git-svn-id: http://opensvn.csie.org/tuxanci_ng@109 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/client/client.c')
| -rw-r--r-- | src/client/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/client.c b/src/client/client.c index 26df8dc..1ac74dd 100644 --- a/src/client/client.c +++ b/src/client/client.c @@ -172,6 +172,7 @@ void eventServerBuffer() if( strncmp(line, "additem", 7) == 0 )proto_recv_additem_client(line); if( strncmp(line, "shot", 4) == 0 )proto_recv_shot_client(line); if( strncmp(line, "kill", 4) == 0 )proto_recv_kill_client(line); + if( strncmp(line, "chat", 4) == 0 )proto_recv_chat_client(line); if( strncmp(line, "ping", 4) == 0 )proto_recv_ping_client(line); if( strncmp(line, "end", 3) == 0 )proto_recv_end_client(line); |