This is an Erlang IRC server made as a project for a course at Uppsala university.
This software was developed and tested using Erlang OTP 17.0.
Using the make utility you can perform the following actions:
make ==> Compiles the Erlang source files if necessary.
make archive ==> Creates a gziped tar archive of this directory.
make clean ==> Removes all beam files and html files generated by Edoc.
make doc ==> Generates Edoc documentation in the doc/html directory.
make start ==> Starts the system.
make test ==> Runs all Eunit tests.
Start Erlang and run the following to run the IRC Server at port 6667:
database:start().
server:start().