From ca019ecd6715557a572ac9a56de556434f9b31aa Mon Sep 17 00:00:00 2001 From: oroborus Date: Sun, 6 Jul 2008 19:36:04 +0000 Subject: - podpora chatu :) git-svn-id: http://opensvn.csie.org/tuxanci_ng@109 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/client/client.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/client.c') 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); -- cgit v1.2.3