This file is used to tell EVO clients how many
users are online in this server using the file
users located in the folder this program is running
from.  The ircd server creates this file once someone
enters the server.

If you dont care about the count and just show a ?
to the users for the number online compile udp-server-old.c

To compile the regular udp-server just do
make

To compile the old udp-sserver just do
make old

make clean deletes the current udp-server and udp-server-old
applications from this folder

