Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 652 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 652 Bytes

irce

irce is a small, new IRC server written in Erlang. Sometime it might be RFC 2812 compliant and has several linking protocols. And use of course Erlang's distribution features. If you know a better name, let me know.

How to start

Go in your terminal in the directory of irce (the cloned repo) and type this: erl -make erl -pa ebin

It should compile without errors and start the Erlang Shell, now just do mnesia:start(). application:start(irce).

Maybe I will add a boot file (reminder).

Why another IRCd?

I don't know. You don't have to use it. I'm doing it because of Erlang.